Querying & Indexing in Azure Cosmos DB: Complete Guide | James Codella | Azure Cosmos DB Conf 2026

James Codella explains how Azure Cosmos DB query performance and cost come down to two core tasks: routing a query to the right partitions and efficiently finding the right documents inside those partitions. The session breaks down how the query engine and indexing system work together, with demos showing RU differences between indexed and non-indexed queries.

Full summary based on transcript

Query fundamentals: routing + indexing

Cosmos DB SQL query language features

Index types available in Azure Cosmos DB

Index management and operational considerations

Advanced optimization techniques

Speaker