summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/sbe_runtime_planner.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63641 Use priority queue to sort plans during multiplanningIvan Fefer2023-02-281-196/+29
* SERVER-73243 Remove IndexCatalogEntry weak_ptr in AllIndicesRequiredCheckerGregory Wlodarek2023-01-261-1/+1
* SERVER-65987 ServerStatusMetric API refreshDaniel Morilha2022-06-301-10/+3
* SERVER-66389 Fix $where parameter bind-in optimizationDavid Storch2022-05-131-5/+7
* SERVER-65984 add HistogramServerStatusMetric under db/exec/Billy Donahue2022-04-281-22/+7
* SERVER-63642 Add serverStatus histogram metrics to measure multi-planning per...Jess Balint2022-04-091-2/+80
* SERVER-65270 Fix bug related to queries on large documents not respecting the...Ian Boros2022-04-071-1/+1
* SERVER-63452 Clean up use of 'getMainCollection()'Mihai Andrei2022-03-141-1/+1
* SERVER-61422 Update SBE filter stage builder to use parameter markersRuoxin Xu2022-03-081-1/+9
* SERVER-61554 Preserve results from successful cache trialsIrina Yatsenko2021-11-301-20/+28
* SERVER-61271 Correct return value from executeCandidateTrialJustin Seyster2021-11-151-1/+1
* SERVER-59080 Do not discard work from trial run when replanning is not neededJustin Seyster2021-11-091-59/+35
* Revert "SERVER-59080 Do not discard work from trial run when replanning is no...Mickey. J Winters2021-11-081-35/+59
* SERVER-59080 Do not discard work from trial run when replanning is not neededJustin Seyster2021-11-041-59/+35
* SERVER-57513 Prevent early exit in sort stage if there are non-blocking candi...David Storch2021-07-191-1/+16
* SERVER-56486 Improve SBE multiplannerMihai Andrei2021-07-161-46/+77
* Revert "SERVER-56486 [SBE] Run non blocking plans first in multiplanner to se...Mihai Andrei2021-07-011-57/+19
* SERVER-56486 [SBE] Run non blocking plans first in multiplanner to set an upp...Mihai Andrei2021-07-011-19/+57
* SERVER-56131 Add early return when all candidate plans have exited early (SBE)Ian Boros2021-05-191-1/+7
* SERVER-56114 [SBE] Fix bounding number of reads before triggering a replanAndrii Dobroshynski2021-04-271-3/+4
* SERVER-53238 [SBE] Include replanReason string into PlanSummaryStatsAnton Korshunov2021-03-201-23/+28
* SERVER-50754 introduce MakeBSONObjStage and various perf improvements to SBEIan Boros2021-01-191-2/+4
* SERVER-52818 Fix SBE's implementation of strings to handle null bytes correctlyDrew Paroski2020-12-141-14/+17
* SERVER-53090 [SBE] Fix crash when running "bestbuy_agg_query_comparison.js"Drew Paroski2020-12-101-2/+17
* SERVER-52678 Ensure SBE plan trees are attached to the OperationContext prior...David Storch2020-11-251-2/+0
* SERVER-52968 Fix unowned memory bug in SBEIan Boros2020-11-231-1/+1
* SERVER-49536 SBE stage builder is broken for SORT when SORT comes before FETCHDrew Paroski2020-11-131-4/+4
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-0/+1
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-0/+157