summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_ranker.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-41279 Eliminate failed plans from consideration during query planningsamontea2019-07-111-6/+15
|
* Revert "SERVER-41279 Eliminate failed plans from consideration during query ↵Xiangyu Yao2019-07-101-15/+6
| | | | | | planning" This reverts commit 6bba6446e632b557ccc03834d4d48e90336679fc.
* 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
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* 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
| | | | | | - Removes of PlanStage::invalidate(). - Removes RecordCursor::invalidate() from the storage API. - Removes CursorManager::invalidateDocument().
* 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
| | | | | This removes many of the remaining uses of the deprecated `OwnedPointerVector` type.
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-031-18/+0
|
* SERVER-19835 change SubplanStage to skip creation of a plan cache entry in ↵David Storch2015-08-111-0/+6
| | | | | | | | edge cases Since the SubplanStage does not benefit from the CachedPlanStage's replanning, it should not create a cache entry if there is a plan ranking tie or if zero results are produced during the plan ranking trial period.
* SERVER-17364 Unify handling of child stages into PlanStage base classMathias Stearn2015-07-161-3/+22
| | | | This is prep for adding more methods that need to propagate to children.
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-68/+67
|
* SERVER-15225 CachedPlanStage can replan poorly performing queries after a ↵David Storch2015-04-131-9/+1
| | | | trial period
* 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 ↵Benety Goh2014-01-211-12/+33
| | | | planCacheListPlans result
* 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 ↵Hari Khalsa2013-09-241-1/+3
| | | | ixscan-as-sort plan.
* 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