79286502

Date: 2024-12-17 02:00:42
Score: 2
Natty:
Report link

Do list blobs with a name starts with. Then loop through the blob list using asyncio for the downloading portion.

https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-download-python#download-blobs-asynchronously

If it's still too slow for your liking, you need to either think about how you're managing the blob paths... maybe do a folder for each month/year? Or manage using blob tags? Then go back and do the above. asyncio should speed things up nicely.

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Marianne Guieb