summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/plan_stats.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42676 M/R Agg: Add planStats support to mapReduce in aggJames Wahlin2019-10-161-4/+2
* SERVER-42182 Reimplement SortStage in terms of SortExecutor.David Storch2019-10-011-8/+15
* SERVER-42416 Move returnKey execution code to separate PlanStageAnton Korshunov2019-09-051-0/+10
* SERVER-40382 Add a serverStatus metric to report plan cache memory consumptionArun Banala2019-08-131-0/+156
* SERVER-36186 Default to the the oplogreplay optimization path for oplog colle...Xin Hao Zhang2019-07-241-3/+6
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-121-0/+2
* SERVER-41279 Eliminate failed plans from consideration during query planningsamontea2019-07-111-0/+2
* Revert "SERVER-41279 Eliminate failed plans from consideration during query p...Xiangyu Yao2019-07-101-2/+0
* Revert "SERVER-40755 Expose statistics which indicate how many collection sca...Xiangyu Yao2019-07-101-2/+0
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-101-0/+2
* SERVER-41279 Eliminate failed plans from consideration during query planningsamontea2019-07-101-0/+2
* SERVER-23831 Remove fastmodinsertXin Hao Zhang2019-05-311-7/+1
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-7/+3
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36871 $sample can loop infinitely on orphaned dataBernard Gorman2018-12-111-0/+16
* SERVER-37446 Change PlanStages which don't require a collection to avoid keep...David Storch2018-11-071-16/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch2018-08-291-58/+20
* SERVER-29843 Make oplog queries use eq, gt, and gte predicates on ts for scan...Tess Avitabile2017-11-071-0/+5
* SERVER-24182 Add collation-related information to explain outputTess Avitabile2016-07-051-0/+9
* SERVER-23064 COUNT_SCAN query execution stage does not report index bounds in...David Hatch2016-06-101-0/+11
* SERVER-23115 Include path-level multikey information in explain output.Max Hirschhorn2016-05-171-0/+16
* SERVER-23243 Replace the easy-to-remove usages of Listener::getElapsedTimeMil...Waley Chen2016-04-251-1/+0
* SERVER-23272 Remove 'keyUpdates', 'fastmod' and 'moved' metricsJames Wahlin2016-04-251-6/+0
* SERVER-18826 Rename WorkingSet State Names from LOC to RIDJames Wahlin2016-02-051-2/+2
* SERVER-20536 Ignore comment field when planning counts.Charlie Swanson2016-02-041-4/+3
* SERVER-4494 Explain includes index version for 2dsphere and text stages.Benjamin Murphy2016-02-041-4/+7
* SERVER-2235 add the number of IXSCAN seeks to explain executionStats outputDavid Storch2016-02-031-1/+5
* SERVER-18468 add 'fromMultiPlanner' and 'replanned' flags to slow command logsDavid Storch2016-02-021-1/+3
* SERVER-17011 add EnsureSorted stageDavid Storch2015-12-211-0/+12
* SERVER-19510 Move text query parsing to TextMatchExpression::init()Jason Rassi2015-11-181-1/+1
* SERVER-19510 Rename FTSQuery to FTSQueryImplJason Rassi2015-11-181-1/+1
* SERVER-20111 Plan summary should only include the winning planCharlie Swanson2015-10-081-8/+2
* SERVER-2227 Addition of index usage statisticsJames Wahlin2015-09-031-0/+2
* SERVER-19480 Meaningful geoNear specific statistics after eliminating duplica...Brandon Zhang2015-08-141-32/+11
* SERVER-15020 Added missing explain stats for distinct commandQingyang Chen2015-08-111-5/+15
* SERVER-19456 Use final designators where appropriate in PlanStagesMathias Stearn2015-07-231-46/+26
* SERVER-19109 Refactor text stage into matcher and scorer stageAdam Chelminski2015-07-091-5/+23
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-291-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-480/+468
* address feedback: remove isTTL and expireAfterSecondsMisha Tyulenev2015-06-151-8/+0
* SERVER-3495 added to explain output for stages COUNT_SCAN and IXSCAN: isUniqu...Misha Tyulenev2015-06-151-0/+21
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+1
* SERVER-17810 remove matchTested specificStatQingyang Chen2015-06-081-16/+1
* SERVER-16063 Rewrite the findAndModify command.Charlie2015-04-141-7/+0
* SERVER-17635 Improve SortedDataInterface::Cursor APIMathias Stearn2015-04-091-2/+0
* SERVER-4494 add index version to explain outputDavid Storch2015-02-201-3/+12
* SERVER-17062 rename NEED_FETCH to NEED_YIELDDavid Storch2015-02-161-6/+2
* SERVER-17198 prevent invalid logOp rollback in findAndModifyDavid Storch2015-02-091-0/+7