Skip to content

Commit dc32fb4

Browse files
authored
Merge pull request #103573 from MarkMcGee1/loc-cosmosdb
loc fix
2 parents 573d791 + 4e23616 commit dc32fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/troubleshoot-query-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ If the Retrieved Document Count is approximately equal to the Output Document Co
296296

297297
Azure Cosmos DB uses [partitioning](partitioning-overview.md) to scale individual containers as Request Unit and data storage needs increase. Each physical partition has a separate and independent index. If your query has an equality filter that matches your container’s partition key, you will only need to check the relevant partition’s index. This optimization reduces the total number of RU’s that the query requires.
298298

299-
If you have a large number of provisioned RU’s (over 30,000) or a large amount of data stored (over ~100 GB), you likely have a large enough container to see a significant reduction in query RU charges.
299+
If you have a large number of provisioned RU’s (over 30,000) or a large amount of data stored (over approximately 100 GB), you likely have a large enough container to see a significant reduction in query RU charges.
300300

301301
For example, if we create a container with the partition key foodGroup, the following queries would only need to check a single physical partition:
302302

0 commit comments

Comments
 (0)