You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: The version is visible when running AzCopy without any argument
AzCopy 10.22.1
Which platform are you using? (ex: Windows, Mac, Linux)
Linux
What command did you run?
Note: Please remove the SAS to avoid exposing your credentials. If you cannot remember the exact command, please retrieve it from the beginning of the log file.
We are seeing a lot of GetBlobProperties call on our destination Storage Account whenever we run the command.
Two processes were started at midnight, with one finishing at 6:21AM and the other at 10:38AM.
We would like to understand what are these calls used for and if they could be removed, as they incur high costs (we have 15 storage accounts with the same patterns, costing us 100$ per day).
Have you found a mitigation/solution?
I feel like the --s2s-preserve-properties could be the culprit.
I am going to try disabling it and seeing what happens.
The text was updated successfully, but these errors were encountered:
Hi this is a default behaviour of azcopy and there is no option to reduce the getBlobProperties calls.
By default AzCopy uses parallel hierarchical listing for the Blob endpoint in order to speed up the listing process.
To reduce the IOs/cost or optimize for a flat structure, you can choose to disable parallel hierarchical listing by setting the environment variable AZCOPY_DISABLE_HIERARCHICAL_SCAN to true.
You can refer this for more information.
Please know that doing this would impact performance and if performance is one of your priorities, then this is NOT desirable but if you prioritize saving on costs then this can be an option.
Pluggi
changed the title
High calls to GetBlobProperties when running azcopy copy
High number of calls to GetBlobProperties when running azcopy copy
Jun 28, 2024
Which version of the AzCopy was used?
Note: The version is visible when running AzCopy without any argument
Which platform are you using? (ex: Windows, Mac, Linux)
Linux
What command did you run?
Note: Please remove the SAS to avoid exposing your credentials. If you cannot remember the exact command, please retrieve it from the beginning of the log file.
What problem was encountered?
We are seeing a lot of
GetBlobProperties
call on our destination Storage Account whenever we run the command.Two processes were started at midnight, with one finishing at 6:21AM and the other at 10:38AM.
We would like to understand what are these calls used for and if they could be removed, as they incur high costs (we have 15 storage accounts with the same patterns, costing us 100$ per day).
Have you found a mitigation/solution?
I feel like the
--s2s-preserve-properties
could be the culprit.I am going to try disabling it and seeing what happens.
The text was updated successfully, but these errors were encountered: