Skip to content

Commit a01b2a7

Browse files
authored
Merge pull request #102156 from himanshu-ram-punjabi/patch-5
Update how-to-query-container.md
2 parents e53b692 + 630c967 commit a01b2a7

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
@@ -61,7 +61,7 @@ You can manage parallel query execution by tuning the following parameters:
6161
6262
Because of the Azure Cosmos DB's ability to parallelize cross-partition queries, query latency will generally scale well as the system adds [physical partitions](../partitioning-overview.md#physical-partitions). However, RU charge will increase significantly as the total number of physical partitions increases.
6363

64-
When you run a cross-partition query, you are essentially doing a separate query per individual physical partition. While cross-partition queries queries will use the index, if available, they are still not nearly as efficient as in-partition queries.
64+
When you run a cross-partition query, you are essentially doing a separate query per individual physical partition. While cross-partition queries will use the index, if available, they are still not nearly as efficient as in-partition queries.
6565

6666
## Useful example
6767

0 commit comments

Comments
 (0)