-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
Fully Compatible
-
QE 2026-05-11, QE 2026-04-27, QE 2026-04-13, QE 2026-05-25, QE 2026-06-08
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Currently $lookup in SBE creates a dedicate index scanning logic starting from the choice of which index to use. It would be better to reuse the standard handling of index scans (including multiple non-overlapping index boundaries, covering indexes, post-index filtering, etc...) by invokingĀ
SlotBasedStageBuilder::build() on the FETCH+IXSCAN QuerySolutionNode objects introduced by SERVER-118014
- causes
-
SERVER-127752 Fix perf regression due to early fetching of index matches
-
- Closed
-
- is related to
-
SERVER-118014 Refactor EqLookupNode to use two QuerySolutionNode as sources
-
- Closed
-