xxxxプログラマのメモ

先人に感謝と敬意:自分の困ったこと調べたことのメモ

Azure Blob Storage Performance #vertualfolder #index

learn.microsoft.com
learn.microsoft.com

stackoverflow.com

"Virtual Folder tree structure" - By this I assume you mean giving your blob's hierarchical naming system and using Azure Blob Storage's blob-name-prefix search filter.

Disadvantages:
It's still as slow as enumerating blobs lexicographically.
You cannot conceptually move or rename blobs.

なるほど。。。

Thanks!