summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_ranker.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64978 Add metrics to track if a plan was recovered from the plan cacheMaddie Zechar2022-10-101-0/+2
* SERVER-65270 Fix bug related to queries on large documents not respecting the...Ian Boros2022-04-071-1/+1
* SERVER-61422 Update SBE filter stage builder to use parameter markersRuoxin Xu2022-03-081-0/+5
* SERVER-61554 Preserve results from successful cache trialsIrina Yatsenko2021-11-301-3/+0
* SERVER-59080 Do not discard work from trial run when replanning is not neededJustin Seyster2021-11-091-0/+3
* Revert "SERVER-59080 Do not discard work from trial run when replanning is no...Mickey. J Winters2021-11-081-3/+0
* SERVER-59080 Do not discard work from trial run when replanning is not neededJustin Seyster2021-11-041-0/+3
* SERVER-53238 [SBE] Include replanReason string into PlanSummaryStatsAnton Korshunov2021-03-201-2/+3
* SERVER-50743 Support generation of "planSummary" stats in SBEAnton Korshunov2020-10-231-150/+0
* SERVER-40361 Don't store debug info once plan cache size grows largeDavid Storch2020-10-221-88/+1
* SERVER-50946 Create PlanExplainer interface and implementationsAnton Korshunov2020-09-281-4/+14
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-44/+312
* SERVER-40382 Add a serverStatus metric to report plan cache memory consumptionArun Banala2019-08-131-0/+15
* SERVER-41279 Eliminate failed plans from consideration during query planningsamontea2019-07-111-6/+15
* Revert "SERVER-41279 Eliminate failed plans from consideration during query p...Xiangyu Yao2019-07-101-15/+6
* SERVER-41279 Eliminate failed plans from consideration during query planningsamontea2019-07-101-6/+15
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch2018-08-291-2/+2
* SERVER-32603 Modernize QueryPlanner methods to use unique_ptr.David Storch2018-01-111-2/+2
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-101-3/+3
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-031-18/+0
* SERVER-19835 change SubplanStage to skip creation of a plan cache entry in ed...David Storch2015-08-111-0/+6
* SERVER-17364 Unify handling of child stages into PlanStage base classMathias Stearn2015-07-161-3/+22
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-68/+67
* SERVER-15225 CachedPlanStage can replan poorly performing queries after a tri...David Storch2015-04-131-9/+1
* SERVER-13675 do not cache plans if there is a tieDavid Storch2014-05-221-0/+11
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-1/+1
* SERVER-13674: Refactor CachedPlanRunner and MultiPlanRunner as stagesCraig Harris2014-05-131-2/+2
* SERVER-10026 triage and address some TODO comments, fix bounds buildingHari Khalsa2014-02-241-3/+0
* SERVER-12372 added plan stats for all solutions and feedback to planCacheList...Benety Goh2014-01-211-12/+33
* SERVER-12328 remove plans from the cache if they are not performantDavid Storch2014-01-151-3/+10
* SERVER-10026 sort with improved sort analysisHari Khalsa2013-10-301-2/+2
* SERVER-10026 enum >1 plan, prefer plans with more compound fields when rankingHari Khalsa2013-10-081-1/+1
* SERVER-10026 more bugs uncovered by test triageHari Khalsa2013-09-261-2/+2
* SERVER-10026 sort inherits the previous memory limit. generate ixscan-as-sor...Hari Khalsa2013-09-241-1/+3
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10026 skeleton of query parsing & planning, cacheHari Khalsa2013-07-301-0/+4
* SERVER-10026 stage stats, multi plan runner, relevant scaffoldingHari Khalsa2013-07-251-0/+78