DownloadTo function very slow #6205
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
pillar-performance
The issue is related to performance, one of our core engineering pillars.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Storage
Storage Service (Queues, Blobs, Files)
Hi!
I've integrated latest azure sdk for cpp into my application and I have noticed that DownloadTo function is working very slow.
After some comparison with old SDK, I have noticed that latest SDK was using BOOST library and DownloadTo could run async.
Also I have noticed that new SDK has Concurrency parameter in the transfer options, but changing it did affect speed at all.
Is there a way how this function could be speed up, its ~5x slower compared to the old SDK?
Update: When downloading whole blob at once it is fast, but when I has to be downloaded partially in ~10-100mb chunks, then it is way slower
Thanks in advance!
The text was updated successfully, but these errors were encountered: