Skip to content

Commit 666edf0

Browse files
committed
additional revisions
1 parent 1134418 commit 666edf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/nosql/how-to-query-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ If the delivery driver doesn't know the correct apartment complex (physical part
8484
8585
If the delivery driver knows that all package recipients live within a certain few apartment complexes, they don't need to drive to every single one. While driving to a few apartment complexes still requires more work than visiting just a single building, the delivery driver still saves significant time and effort. If a query has the partition key in its filter with the `IN` keyword, it only checks the relevant physical partition's indexes for data.
8686
87-
## Avoiding cross-partition queries
87+
## Avoid cross-partition queries
8888
8989
For most containers, having some cross-partition queries is inevitable, which is okay! Nearly all query operations are supported across partitions, both for logical partition keys and physical partitions. Azure Cosmos DB also has many optimizations in the query engine and client SDKs to parallelize query execution across physical partitions.
9090

0 commit comments

Comments
 (0)