summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/sbe_multi_planner.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63452 Clean up use of 'getMainCollection()'Mihai Andrei2022-03-141-7/+3
* SERVER-61422 Update SBE filter stage builder to use parameter markersRuoxin Xu2022-03-081-11/+28
* SERVER-58426 Implement $lookup planning logicIrina Yatsenko2022-02-101-8/+13
* SERVER-63102 Introduce internalQueryPlanEvaluationWorksSber5.3.0-alpha3David Storch2022-02-091-2/+4
* SERVER-62981 Make SBE multi-planner trial period length independent of collec...David Storch2022-01-271-4/+5
* SERVER-61554 Preserve results from successful cache trialsIrina Yatsenko2021-11-301-0/+30
* SERVER-57771 [SBE] Fixed `.explain()` to report correct trial period statisti...Mohammad Dashti2021-07-231-0/+5
* SERVER-56486 Improve SBE multiplannerMihai Andrei2021-07-161-1/+1
* Revert "SERVER-56486 [SBE] Run non blocking plans first in multiplanner to se...Mihai Andrei2021-07-011-1/+1
* SERVER-56486 [SBE] Run non blocking plans first in multiplanner to set an upp...Mihai Andrei2021-07-011-1/+1
* SERVER-57542 Fix typo in SBE multi planner tassetSajed Nahian2021-06-101-1/+1
* SERVER-56114 [SBE] Fix bounding number of reads before triggering a replanAndrii Dobroshynski2021-04-271-1/+4
* SERVER-53238 [SBE] Include replanReason string into PlanSummaryStatsAnton Korshunov2021-03-201-2/+20
* SERVER-50710 Consolidate SBE and classic yielding pathsDavid Storch2021-03-031-1/+1
* SERVER-53270 Include SBE PlanStage tree string into explain outputAnton Korshunov2021-01-301-1/+2
* SERVER-51138 Support $planCacheStats in SBEAnton Korshunov2020-12-041-2/+2
* SERVER-50743 Support generation of "planSummary" stats in SBEAnton Korshunov2020-10-231-5/+5
* SERVER-50946 Create PlanExplainer interface and implementationsAnton Korshunov2020-09-281-4/+4
* SERVER-48900 Remove format-string arguments from logv2 statementsMilena Ivanova2020-08-201-1/+1
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-0/+95