-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
-
None
-
None
-
None
-
None
-
None
-
None
-
None
On a sharded collection,
coll.createIndex({shardKey: 1, notShardKey: 1}) coll.explain().aggregate([ {$match: {shardKey: {$gte: "foo"}}}, {$group: {_id: "$notShardKey"}} ])
seems to result in an IXSCAN, even though a DISTINCT_SCAN on could be used. The equivalent distinct() command results in a DISTINCT_SCAN.
- is related to
-
SERVER-97235 Take the shard key into account when choosing an index for distinct scan
-
- Needs Scheduling
-