-
Type: New Feature
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
QE 2022-03-07, QE 2022-03-21
This is the most simple case of index join strategy in $lookup where we assume that all values in the local collection are non-null scalars and the index is not hashed. SBE plan for this case includes only one branch of index bounds generation and no additional filtering after index scan.
- causes
-
SERVER-64474 Coverity analysis defect 121890: Dereference null return value
- Closed
- duplicates
-
SERVER-57555 Change IX scan stage builder to support bounds not known at query compile time
- Closed
-
SERVER-62913 Implement translation from Lookup QSN to SBE plan for INLJ
- Closed
- is depended on by
-
SERVER-63574 Index SBEPlan: Support all types of values in EqLookup translation
- Closed