-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Trivial - P5
-
None
-
Affects Version/s: 3.0.9
-
Component/s: Aggregation Framework, Querying
-
None
Feedback from long-term MongoDB community users:
-index-covered queries will still fetch documents in the aggregation pipeline
-$group only executes post cursor merge in aggregation pipeline, while it would be more efficient to do it pre-merge.
- duplicates
-
SERVER-5477 when sharded, no need to merge groups if $group _id is the shard key or original document _id
- Backlog
-
SERVER-12015 Reenable use of covering indexes with aggregation
- Closed