Understanding Indexing in Azure Cosmos DB
Even though Cosmos DB automatically indexes every property by default, understanding how indexing works in Cosmos DB is vital for achieving efficient query performance.
5 min readApr 15, 2020
--
In Azure Cosmos DB, every property in our items are indexed by default. This is fantastic for developers, as this…