summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/sbe_runtime_planner.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63641 Use priority queue to sort plans during multiplanningIvan Fefer2023-02-281-41/+22
* SERVER-65960 Fall back to classic engine when NLJ is chosenMihai Andrei2022-06-041-3/+3
* SERVER-66389 Fix $where parameter bind-in optimizationDavid Storch2022-05-131-2/+12
* SERVER-63848 Extend AllIndicesRequiredChecker to allow multiple collectionsRui Liu2022-04-071-4/+1
* SERVER-62798 Use single 'AutoGet' for all execution namespaces instead of mul...Mihai Andrei2022-03-011-3/+4
* SERVER-58426 Implement $lookup planning logicIrina Yatsenko2022-02-101-4/+11
* SERVER-61554 Preserve results from successful cache trialsIrina Yatsenko2021-11-301-5/+3
* SERVER-59080 Do not discard work from trial run when replanning is not neededJustin Seyster2021-11-091-4/+17
* Revert "SERVER-59080 Do not discard work from trial run when replanning is no...Mickey. J Winters2021-11-081-17/+4
* SERVER-59080 Do not discard work from trial run when replanning is not neededJustin Seyster2021-11-041-4/+17
* SERVER-56486 Improve SBE multiplannerMihai Andrei2021-07-161-1/+7
* SERVER-56114 [SBE] Fix bounding number of reads before triggering a replanAndrii Dobroshynski2021-04-271-1/+5
* SERVER-53238 [SBE] Include replanReason string into PlanSummaryStatsAnton Korshunov2021-03-201-3/+4
* SERVER-50743 Support generation of "planSummary" stats in SBEAnton Korshunov2020-10-231-2/+16
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-2/+2
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-0/+102