-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
v6.0
-
QE 2022-05-16, QE 2022-05-30
As part of the SERVER-65847 ticket we build simplified index scan plans, when we know that the index scan has a single interval.
However, the current optimization is not optimal as it doesn't cover all possible cases which take advantage of this optimization. One possible case would be multiple `EvalNode`'s with `$eq` predicate.
- is related to
-
SERVER-65847 Construct simpler parameterized SBE index scan plans when possible
- Closed