-
Type: New Feature
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
In SERVER-70267 we implemented a special case for a $sort + $group on a time-series collection, related to SERVER-4507. In that ticket we deferred work to fully optimize the sharded execution plan.
We believe we should be able to hook things up to make it so that each shard performs its own streaming $group, the merger node will perform a sorted merge, and then we can finish with another streaming $group.
- depends on
-
SERVER-70267 Streaming group when id is on time
- Closed