summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_explainer_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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