Indexing is an important aspect of any database system. Indexes allow us to map the paths to data values to avoid scanning entire tables or containers for the information we need. Without an index, a query which is searching for all products from a specific vendor in a container would need to scan the entire container to return the data. With proper indexing, we can tell the engine where to find a ...
14. Define and Implement an Indexing Strategy
Get Designing and Implementing Cloud-native Applications Using Microsoft Azure Cosmos DB: Study Companion for the DP-420 Exam now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.