Skip to content

Commit ce09f70

Browse files
Acro fix
1 parent ace2f3b commit ce09f70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/cosmos-db/nosql/query-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ When you issue a query to Azure Cosmos DB, the SDK performs these logical steps:
3333
* The query is executed within each partition in series or parallel, based on client configuration. Within each partition, the query might make one or more round trips depending on the query complexity, configured page size, and provisioned throughput of the collection. Each execution returns the number of [request units](../request-units.md) consumed by query execution and query execution statistics.
3434
* The SDK performs a summarization of the query results across partitions. For example, if the query involves an ORDER BY across partitions, then results from individual partitions are merge-sorted to return results in globally sorted order. If the query is an aggregation like `COUNT`, the counts from individual partitions are summed to produce the overall count.
3535

36-
The SDKs provide various options for query execution. For example, in .NET these options are available in the [`QueryRequestOptions`](/dotnet/api/microsoft.azure.cosmos.queryrequestoptions) class. The following table describes these options and how they effect query execution time.
36+
The SDKs provide various options for query execution. For example, in .NET these options are available in the [`QueryRequestOptions`](/dotnet/api/microsoft.azure.cosmos.queryrequestoptions) class. The following table describes these options and how they affect query execution time.
3737

3838
| Option | Description |
3939
| ------ | ----------- |

0 commit comments

Comments
 (0)