summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/explain.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67101 Support microsecond precision in ScopedTimerRuoxin Xu2022-07-271-1/+12
* Revert "SERVER-67101 Support microsecond precision in ScopedTimer"Ruoxin Xu2022-07-261-12/+1
* SERVER-67101 Support microsecond precision in ScopedTimerRuoxin Xu2022-07-261-1/+12
* SERVER-66937 Ensure $lookup plan cache interact correctly with plan cache com...Anton Korshunov2022-07-241-1/+1
* SERVER-61314 Consolidate featureFlagSbePlanCache with featureFlagSbeFullDavid Storch2022-07-141-1/+1
* SERVER-67709 rename visit_helperBilly Donahue2022-07-061-10/+9
* SERVER-61507 Integrate $group lowering with the new SBE cacheRuoxin Xu2022-07-041-4/+1
* SERVER-64432 Integrate SBE plan cache for $lookupRui Liu2022-06-221-16/+28
* SERVER-66551 Rename internalQueryEnableSlotBasedExecutionEngine back to inter...Mihai Andrei2022-05-191-1/+1
* SERVER-66445 Make the classic engine the default execution engineMihai Andrei2022-05-161-1/+1
* SERVER-59695 Make index filters work with SBE plan cacheRuoxin Xu2022-04-071-6/+7
* SERVER-64870 Make sure $lookup query is cached when SBE plan cache is enabledRui Liu2022-03-311-1/+4
* SERVER-60710 indexFilterSet is always False with verbosity of "executionStats...Anton Korshunov2022-03-291-1/+1
* SERVER-60068 Avoid calls to fillOutPlannerParams() unless a replan is triggeredRuoxin Xu2022-03-241-2/+2
* SERVER-61083 Cache plans that only have a single query solutionAnton Korshunov2022-02-161-2/+2
* 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