summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/classic_plan_cache.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72803 cache hinted sbe queryZixuan Zhuang2023-03-161-1/+5
* SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 releaseMihai Andrei2023-02-071-2/+1
* Revert "SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 re...Dan Larkin-York2023-02-041-1/+2
* SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 releaseMihai Andrei2023-02-031-2/+1
* SERVER-71529 Add serverStatus metric for classic and SBE plan cache sizeMaddie Zechar2022-11-231-0/+1
* SERVER-67101 Support microsecond precision in ScopedTimerRuoxin Xu2022-07-271-2/+2
* Revert "SERVER-67101 Support microsecond precision in ScopedTimer"Ruoxin Xu2022-07-261-2/+2
* SERVER-67101 Support microsecond precision in ScopedTimerRuoxin Xu2022-07-261-2/+2
* SERVER-66937 Ensure $lookup plan cache interact correctly with plan cache com...Anton Korshunov2022-07-241-1/+2
* SERVER-65987 ServerStatusMetric API refreshDaniel Morilha2022-06-301-6/+1
* SERVER-67098 Add a server parameter to disable plan cachingDenis Grebennicov2022-06-271-0/+4
* SERVER-64315 Re-enable caching of SBE plans when there is a single query solu...David Storch2022-05-041-5/+5
* SERVER-64976 Caching of sub-pipelines should be allowed with explainAnton Korshunov2022-04-051-1/+7
* SERVER-59696 Include SBE plan cache as part of cache size metricjoshua2022-02-021-1/+3
* SERVER-60066 Remove plan cache entries on collection dropAlexander Ignatyev2021-11-031-7/+1
* SERVER-59854 Remove PlanCacheIndexabilityState from the PlanCacheRuoxin Xu2021-09-241-0/+35
* SERVER-59335 Separate code specific to the classic plan cache80741223+jlap199@users.noreply.github.com2021-09-021-0/+132