summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/explain.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-59682 Recover SBE plans from the new plan cacheRuoxin Xu2022-01-171-9/+18
* SERVER-60339 Add support for $planCacheStatsRuoxin Xu2021-11-101-7/+23
* SERVER-60066 Remove plan cache entries on collection dropAlexander Ignatyev2021-11-031-5/+5
* SERVER-60338 Refine SBE query shape and implement plan cache key encodingRuoxin Xu2021-10-141-2/+2
* SERVER-59854 Remove PlanCacheIndexabilityState from the PlanCacheRuoxin Xu2021-09-241-5/+5
* SERVER-59332 Convert PlanCache to a template class80741223+jlap199@users.noreply.github.com2021-08-251-1/+1
* SERVER-54083 Include scores calculated by PlanRanker in explain "queryPlanner...Alice Doherty2021-08-101-6/+22
* SERVER-57771 [SBE] Fixed `.explain()` to report correct trial period statisti...Mohammad Dashti2021-07-231-1/+1
* SERVER-56480 Set executionStats.allPlansExecution to an empty array when usin...Irina Yatsenko2021-05-261-7/+7
* SERVER-54322 Text query plans are not shown properly in SBE explainAnton Korshunov2021-03-131-1/+0
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-051-3/+3
* SERVER-48378 Expose settings of query knobs in agg explain outputTimour Katchaounov2021-03-041-0/+2
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-251-3/+3
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-221-3/+3
* SERVER-53270 Include SBE PlanStage tree string into explain outputAnton Korshunov2021-01-301-9/+22
* SERVER-51138 Support $planCacheStats in SBEAnton Korshunov2020-12-041-7/+6
* SERVER-48625 Add query knobs to explain output and logsTed Tuckman2020-12-011-0/+4
* SERVER-35069 Explain should include command being explainedRuoxin Xu2020-11-101-2/+16
* SERVER-50743 Support generation of "planSummary" stats in SBEAnton Korshunov2020-10-231-1/+10
* SERVER-40361 Don't store debug info once plan cache size grows largeDavid Storch2020-10-221-31/+41
* SERVER-50946 Create PlanExplainer interface and implementationsAnton Korshunov2020-09-281-688/+123
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-5/+6
* SERVER-51084 tweak range loop variable types to fix xcode buildBilly Donahue2020-09-251-2/+2
* SERVER-43909 clarify and repair util/hex.h APIBilly Donahue2020-09-151-4/+4
* SERVER-34118 Log number of upserts performedNikita Lapkov2020-09-031-1/+1
* SERVER-48477 move CRUD interface into PlanExecutorDavid Storch2020-08-311-2/+15
* SERVER-48478 Replace PipelineProxyStage with PlanExecutorPipelineDavid Storch2020-07-241-266/+87
* SERVER-47875 Split CollectionQueryInfo into versioned information to remain a...Dianna Hohensee2020-06-111-1/+2
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-5/+34
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-2/+6
* SERVER-46921 make collection of timing info opt in in PlanStageIan Boros2020-04-131-3/+7
* SERVER-45918 Add SortStageSimple.David Storch2020-02-131-5/+5
* SERVER-40805 Indicate reason for replanningDavid Percy2020-01-061-1/+1
* SERVER-38691 Include serverInfo in explain output for aggregation and shardingDavid Percy2019-11-041-12/+4
* SERVER-7568 Push $sort into PlanStage layer even for blocking SORT plans.David Storch2019-10-221-1/+5
* SERVER-42182 fix mac os x compileBenety Goh2019-10-011-3/+3
* SERVER-43202 propagate errors from interrupts during yieldingIan Boros2019-10-011-3/+4
* SERVER-42182 Reimplement SortStage in terms of SortExecutor.David Storch2019-10-011-5/+6
* SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a mem...Xiangyu Yao2019-08-071-4/+6
* SERVER-36186 Default to the the oplogreplay optimization path for oplog colle...Xin Hao Zhang2019-07-241-0/+3
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-121-0/+8
* SERVER-41279 Eliminate failed plans from consideration during query planningsamontea2019-07-111-0/+9
* Revert "SERVER-41279 Eliminate failed plans from consideration during query p...Xiangyu Yao2019-07-101-9/+0
* Revert "SERVER-40755 Expose statistics which indicate how many collection sca...Xiangyu Yao2019-07-101-8/+0
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-101-0/+8
* SERVER-41279 Eliminate failed plans from consideration during query planningsamontea2019-07-101-0/+9
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-2/+2
* SERVER-23831 Remove fastmodinsertXin Hao Zhang2019-05-311-1/+0
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-2/+2
* SERVER-24860 Optimize away entire pipeline if it can be answered using a queryAnton Korshunov2019-04-031-2/+15