Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4 stage upload process #274

Open
johnbradley opened this issue Oct 9, 2019 · 0 comments
Open

4 stage upload process #274

johnbradley opened this issue Oct 9, 2019 · 0 comments

Comments

@johnbradley
Copy link
Collaborator

Yes. The way ddsclient uploads files is a two stage process. The first stage we upload small files - several at a time. The second stage we upload large files one at a time (with chunks be uploaded in parallel). Currently we sort the new files to the front within each stage.
Should I break it up into 4 stages: upload small new, upload large new, upload small existing, upload large existing?

Eventually yes, but let's create an issue for that item.

Originally posted by @dleehr in #271 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant