Azure / azure-cosmos-dotnet-v3

.NET SDK for Azure Cosmos DB for the core SQL API
MIT License
723 stars 477 forks source link

[Internal] Query: Refactors ParallelCrossPartitionQueryPipelineStage to improve perf #4548

Closed Maya-Painter closed 1 week ago

Maya-Painter commented 2 weeks ago

Description

Addresses identified performance issue in ParallelCrossPartitionQueryPipelineStage.

Testing of simple cross partition scenario showed up to 4x speedup for the modified code block. More details from internal performance team can be found in #3470.

Type of change

Closing issues

closes #3470