3

This link suggests that BlockBlobStorage is ideal for my scenario, where I have lots of small JSON files and want low-latency and expect a lot of upsert activity plus use of Azure Cognitive Search. I will be arranging my files in folders (one entity type and therefore indexing strategy per sub-folder), and it looks like General-Purpose v2 potentially has some benefits here by turning on hierarchical namespaces to then become Azure Data Lake Storage v2. That said, it looks like search by subfolder is possible even without ADLS v2 via the SearchIndexerDataContainer.Query parameter. So I'm left wondering whether BlockBlobStorage has a significant enough advantage in terms of low-latency and high transaction rates as that link implies. (Note: I've seen this SO question but it didn't really answer my question.) Thank you.

Vince
  • 583
  • 5
  • 20

1 Answers1

2

I learned this from Microsoft just now:

"Premium is based on SSD’s and therefore is ideal for small objects and, low and consistent latency. GPv2 is HDD based."

Vince
  • 583
  • 5
  • 20