summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/plan_explainer_pipeline.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-59678 Avoid reconstructing PlanStageStats tree for replanningjoshua2021-11-151-2/+3
* SERVER-53771 Facet summary stats addedBikash Chandra2021-11-041-0/+4
* SERVER-59854 Remove PlanCacheIndexabilityState from the PlanCacheRuoxin Xu2021-09-241-1/+1
* SERVER-57771 [SBE] Fixed `.explain()` to report correct trial period statisti...Mohammad Dashti2021-07-231-0/+5
* SERVER-53270 Include SBE PlanStage tree string into explain outputAnton Korshunov2021-01-301-0/+10
* SERVER-53501 Fix incorrect reporting of scannedObjects in serverStatus() for ...Rishab Joshi2021-01-211-6/+17
* SERVER-47640 $lookup should increment the serverStatus metrics.queryExecutor ...Rishab Joshi2021-01-011-5/+12
* Revert "SERVER-47640 $lookup should increment the serverStatus metrics.queryE...Pierlauro Sciarelli2020-12-301-12/+5
* SERVER-47640 $lookup should increment the serverStatus metrics.queryExecutor ...Rishab Joshi2020-12-301-5/+12
* SERVER-40361 Don't store debug info once plan cache size grows largeDavid Storch2020-10-221-1/+1
* SERVER-50946 Create PlanExplainer interface and implementationsAnton Korshunov2020-09-281-0/+88