-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Querying
-
None
-
Query Optimization
-
Query Optimization 2021-03-08
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
Ideally wildcard indexes should be usable anywhere an infinite number of {a:1}, {b:1}, etc indexes would be. But right now a query like {a:1, b:1} will use AND_SORTED of two IX_SCANs, but it won't try to use the equivalent plan if you have a wildcard index
- is related to
-
SERVER-36521 Prevent allPaths indexes from generating self-intersecting plans
-
- Closed
-
-
SERVER-53930 AND_SORTED IX_SCAN plans should take advantage of ability to seek by recordid in indexes
-
- Backlog
-