I am working on a use case where I need to replicate 75'000 containers that contain data from one blob storage account to another.
When trying to do this copy, the scanning itself (Which I have noticed to include pre-creating the containers on the dest) takes upwards of 70 hours. Watching the logs, I have noticed there is no threading that occurs in the scanning phase for containers which accounts for this massive slowdown.
Copying the data itself after the scan only takes 20 minutes. Are there any alternatives or settings I could try to speed this up?
I am working on a use case where I need to replicate 75'000 containers that contain data from one blob storage account to another. When trying to do this copy, the scanning itself (Which I have noticed to include pre-creating the containers on the dest) takes upwards of 70 hours. Watching the logs, I have noticed there is no threading that occurs in the scanning phase for containers which accounts for this massive slowdown.
Copying the data itself after the scan only takes 20 minutes. Are there any alternatives or settings I could try to speed this up?