summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/plan_cache_replan_group_lookup.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 releaseMihai Andrei2023-02-071-20/+20
* Revert "SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 re...Dan Larkin-York2023-02-041-20/+20
* SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 releaseMihai Andrei2023-02-031-20/+20
* SERVER-67024 Re-enable NLJ for $lookup pushed down into SBEMihai Andrei2022-10-261-14/+4
* SERVER-66935 Invalidate $lookup plan cache when foreign collection size changesDenis Grebennicov2022-07-151-0/+91
* SERVER-61314 Consolidate featureFlagSbePlanCache with featureFlagSbeFullDavid Storch2022-07-141-21/+20
* SERVER-61507 Integrate $group lowering with the new SBE cacheRuoxin Xu2022-07-041-30/+32
* SERVER-64432 Integrate SBE plan cache for $lookupRui Liu2022-06-221-44/+142
* SERVER-67092 Delete 'featureFlagSBEGroupPushdown' and 'featureFlagSBELookupPu...Mihai Andrei2022-06-211-4/+3
* SERVER-65960 Fall back to classic engine when NLJ is chosenMihai Andrei2022-06-041-4/+16
* SERVER-65345 Check if CanonicalQuery has pushed down stagesAlexander Ignatyev2022-04-271-27/+2
* SERVER-65338 Runtime configurable query knob to disable SBE $lookup and $groupMihai Andrei2022-04-131-22/+162
* SERVER-64443 Verify that replanning works for HashJoinMihai Andrei2022-04-131-39/+143
* Revert "SERVER-64443 Verify that replanning works for HashJoin"auto-revert-processor2022-04-131-161/+39
* SERVER-64443 Verify that replanning works for HashJoinMihai Andrei2022-04-131-39/+161
* SERVER-63208 Make allowDiskUse opt-out rather than opt-inRomans Kasperovics2022-04-121-1/+2
* SERVER-65197 Disable trial run tracking for the right side of pushed down $lo...Mihai Andrei2022-04-111-2/+61
* SERVER-62914 Verify that pushed down $lookup replans correctly with NLJ and ILJMihai Andrei2022-03-171-0/+177