Tag: cosmosdb
-
Azure Cosmos DB Index Comparison: GSI vs. LSI
Azure Cosmos DB Index Comparison Azure Cosmos DB offers two main types of indexes to optimize query performance: Global Secondary Indexes (GSIs) and Local Secondary Indexes (LSIs). This article provides a detailed comparison. Key Differences Feature Global Secondary Index (GSI) Local Secondary Index (LSI) Partition Key Can be different from the base container’s partition key… Read more