summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/lookup_pushdown.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 releaseMihai Andrei2023-02-071-117/+57
* Revert "SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 re...Dan Larkin-York2023-02-041-57/+117
* SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 releaseMihai Andrei2023-02-031-117/+57
* SERVER-70042 Assign expected / actual semantics to assert.docEq() argumentsRomans Kasperovics2022-12-201-5/+2
* SERVER-67024 Re-enable NLJ for $lookup pushed down into SBEMihai Andrei2022-10-261-7/+22
* SERVER-65467: test lookup pushdown using allowDiskUse=trueAlberto Massari2022-07-081-60/+63
* SERVER-67092 Delete 'featureFlagSBEGroupPushdown' and 'featureFlagSBELookupPu...Mihai Andrei2022-06-211-18/+6
* SERVER-65960 Fall back to classic engine when NLJ is chosenMihai Andrei2022-06-041-8/+194
* SERVER-66583 Re-enable SBE as the default execution engine and fall back to c...Mihai Andrei2022-05-271-0/+42
* SERVER-64177 Verify $lookup pushdown works in transactionsRui Liu2022-04-271-1/+67
* SERVER-65665 Disable sparse indexes from SBE $lookupNikita Lapkov2022-04-261-0/+11
* SERVER-65665 Disallow the use of indexes with partial filter expressions in INLJMihai Andrei2022-04-201-0/+10
* SERVER-65338 Runtime configurable query knob to disable SBE $lookup and $groupMihai Andrei2022-04-131-0/+14
* SERVER-64443 Verify that replanning works for HashJoinMihai Andrei2022-04-131-2/+5
* SERVER-63208 Make allowDiskUse opt-out rather than opt-inRomans Kasperovics2022-04-121-2/+6
* Revert "SERVER-65338 Runtime configurable query knob to disable SBE $lookup"Mihai Andrei2022-04-111-20/+0
* SERVER-65338 Runtime configurable query knob to disable SBE $lookupEthan Zhang2022-04-081-0/+20
* SERVER-65283 Always select NLJ when foreign collection doesn't existRui Liu2022-04-061-1/+8
* SERVER-63574 Support all types in the index join strategy of $lookupNikita Lapkov2022-04-011-29/+8
* Revert "SERVER-63574 Support all types in the index join strategy of $lookup"auto-revert-processor2022-04-011-8/+29
* SERVER-63574 Support all types in the index join strategy of $lookupNikita Lapkov2022-03-311-29/+8
* SERVER-64777 Fix semantics for missing on foreign path and enable lowering to...Irina Yatsenko2022-03-241-4/+3
* SERVER-62596 Implement translation from Lookup QSN to SBE plan for HJAnna Wawrzyniak2022-03-241-13/+30
* SERVER-64792 Add test case for non-existent foreign collectionRui Liu2022-03-231-2/+4
* SERVER-64585 Fix use of 'MultipleCollectionAccessor' in 'attachCursorSourceTo...Yoonsoo Kim2022-03-211-29/+56
* Revert "SERVER-64585 Fix use of 'MultipleCollectionAccessor' in 'attachCursor...Yoonsoo Kim2022-03-211-56/+29
* SERVER-64585 Fix use of 'MultipleCollectionAccessor' in 'attachCursorSourceTo...Yoonsoo Kim2022-03-211-29/+56
* SERVER-64551 Add feature flag to temporarily disable index join in all featur...Rui Liu2022-03-161-2/+9
* SERVER-64423 Mark lookup stage with paths in local/foreign fields as incompat...Irina Yatsenko2022-03-111-0/+18
* SERVER-63572 Implement index join for scalar local field typeRui Liu2022-03-111-55/+92
* SERVER-62675 Test that $lookup gets pushed down after multiplanningMihai Andrei2022-03-091-280/+415
* SERVER-63283 Add query knob to guard HJ plans for $lookupEric Cox2022-03-081-0/+24
* SERVER-64117 Ban $lookup pushdown when the left side is shardedMihai Andrei2022-03-081-0/+19
* SERVER-63449 Add HashJoin query knobsYoonsoo Kim2022-03-081-0/+77
* SERVER-63690 Mark lookup stage as sbe-incompatible if local/foreign fields us...Irina Yatsenko2022-03-051-0/+16
* SERVER-63553 Support multi-collection plans in SlotBasedStageBuilder and cons...Mihai Andrei2022-03-041-48/+90
* SERVER-62798 Use single 'AutoGet' for all execution namespaces instead of mul...Mihai Andrei2022-03-011-9/+19
* SERVER-63570 Implement index selection for index joinNikita Lapkov2022-02-211-11/+92
* SERVER-58426 Implement $lookup planning logicIrina Yatsenko2022-02-101-26/+78
* SERVER-58437 Implement pushdown logic for $lookupMihai Andrei2022-02-021-0/+200