Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Done
-
None
-
None
Description
Currently, whenever AzureBlobStoreBackend needs to make a call to Azure, it creates a new instance of CloudBlobContainer. But instances of this class can be reused and the configuration does not change after an instance of AzureBlobStoreBackend is created.
When making many calls to the Azure blob store, reusing the connection will likely speedup the calls to Azure.
Attachments
Issue Links
- links to