-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Optimization
We should look into allowing multiplanning to decide between index scans (if any are available) and distinct scans instead of a collection scan in a case where we have distinct("y") and an index like {x: 1, y: 1}