Skip to content

Commit 8841d49

Browse files
committed
refresh query troubleshooting guide
1 parent b34d4a5 commit 8841d49

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,10 @@ The **Retrieved Document Count** (60,951) is significantly higher than the **Out
129129

130130
### Include necessary paths in the indexing policy
131131

132-
Your indexing policy should cover any properties included in `WHERE` clauses, `ORDER BY` clauses, `JOIN`, and most system functions. The path specified in the index policy the property in the JSON documents.
132+
Your indexing policy should cover any properties included in `WHERE` clauses, `ORDER BY` clauses, `JOIN`, and most system functions. The desired paths specified in the index policy should match the properties in the JSON documents.
133133

134-
> [!NOTE] Properties in Azure Cosmos DB indexing policy are case-sensitive
134+
> [!NOTE]
135+
> Properties in Azure Cosmos DB indexing policy are case-sensitive
135136
136137
If you run the following simple query on the [nutrition](https://github.com/CosmosDB/labs/blob/master/dotnet/setup/NutritionData.json) dataset, you will observe a much lower RU charge when the property in the `WHERE` clause is indexed:
137138

0 commit comments

Comments
 (0)