We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In benchmarks, we're finding significant speedups by using parallel downloads for MB+ individual blobs:
for a 200MB file on an az server <> az store, warm:
This is on a node with 8 cores and 2 NICs, and I think < 1 Gbps
Ideally:
The text was updated successfully, but these errors were encountered:
@lmeyerov -- Really appreciate this benchmarking! I've put together a crack at this. It's currently implemented in the concurrent_io branch for:
concurrent_io
fs.get_file() fs.put_file() fs.open() AzureBlobFile.write()
When I timed this on my local machine, put_file gave me over 50% reduction in write times, so I'd appreciate any feedback you have.
put_file
Sorry, something went wrong.
max_concurrency
upload_blob
download_blob
Successfully merging a pull request may close this issue.
In benchmarks, we're finding significant speedups by using parallel downloads for MB+ individual blobs:
for a 200MB file on an az server <> az store, warm:
This is on a node with 8 cores and 2 NICs, and I think < 1 Gbps
Ideally:
The text was updated successfully, but these errors were encountered: