summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_explainer_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-1/+1
* SERVER-61939 Tighter bounds for clustered collection scansDaniel Gómez Ferro2022-02-071-2/+2
* SERVER-59854 Remove PlanCacheIndexabilityState from the PlanCacheRuoxin Xu2021-09-241-1/+1
* SERVER-54083 Include scores calculated by PlanRanker in explain "queryPlanner...Alice Doherty2021-08-101-5/+31
* SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner codeEric Cox2021-07-311-6/+0
* SERVER-57771 [SBE] Fixed `.explain()` to report correct trial period statisti...Mohammad Dashti2021-07-231-0/+4
* SERVER-53303 Make sort and group execution stages report number of spills to ...Denis Grebennicov2021-05-191-0/+1
* SERVER-55779 Clustered collections should store RecordIds as KeyStringLouis Williams2021-04-091-8/+3
* SERVER-55215 Handle small measurement counts in buckets for ARHASHEric Cox2021-04-091-0/+16
* SERVER-54322 Text query plans are not shown properly in SBE explainAnton Korshunov2021-03-131-11/+9
* SERVER-54710 Improve checks for overlarge BSON when generating explain outputDavid Storch2021-03-111-7/+8
* SERVER-54836 Cleaned up a few of static_cast<bool> and has_value() callsYoonsoo Kim2021-03-101-8/+3
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-051-38/+39
* SERVER-34200 Explain doesn't report stages which are above a MultiPlanStageTimour Katchaounov2021-03-011-39/+102
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-251-39/+38
* SERVER-54008 Generalize CollectionScan to perform queries over RecordIdLouis Williams2021-02-241-5/+11
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-221-38/+39
* SERVER-53270 Include SBE PlanStage tree string into explain outputAnton Korshunov2021-01-301-0/+5
* SERVER-51138 Support $planCacheStats in SBEAnton Korshunov2020-12-041-1/+1
* SERVER-51026 Collect number of keys sorted and disk spills for query operationsLouis Williams2020-11-191-2/+2
* SERVER-50728 Use QuerySolution to generate explain output at queryPlanner ver...Anton Korshunov2020-11-041-42/+29
* SERVER-40361 Don't store debug info once plan cache size grows largeDavid Storch2020-10-221-2/+4
* SERVER-51084 easy XCode12 fixes (excludes the int to double fixes)Billy Donahue2020-10-011-2/+2
* SERVER-50946 Create PlanExplainer interface and implementationsAnton Korshunov2020-09-281-0/+734