summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/lru_key_value.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71882 Add serverStatus metric for the number of entries evicted from t...Maddie Zechar2023-02-071-14/+14
* SERVER-70645 Create telemetry cache type from PlanCacheBaseJess Balint2022-11-081-2/+6
* SERVER-63344 Avoid cloning the SBE tree inside the plan cache mutexRuoxin Xu2022-04-251-34/+20
* SERVER-59695 Make index filters work with SBE plan cacheRuoxin Xu2022-04-071-3/+3
* SERVER-60066 Remove plan cache entries on collection dropAlexander Ignatyev2021-11-031-0/+21
* SERVER-59680 Partition the plan cachejoshua2021-10-281-1/+6
* SERVER-60070 Add parameter to control SBE plan cache sizeAlexander Ignatyev2021-10-011-55/+52
* SERVER-59854 Remove PlanCacheIndexabilityState from the PlanCacheRuoxin Xu2021-09-241-3/+4
* SERVER-59683 Extract BudgetEstimator logic from LRU cacheAlexander Ignatyev2021-09-171-19/+62
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-061-2/+2
* Revert "SERVER-33303 Add stable plan cache key and use for index filters"Ian Boros2018-11-061-2/+2
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-061-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-5/+4
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-091-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-156/+162
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-5/+5
* SERVER-10026 triage and address some TODO comments, fix bounds buildingHari Khalsa2014-02-241-3/+3
* SERVER-12526 Cleanup of shell helpers and messaging for PlanCacheBenety Goh2014-02-051-1/+8
* SERVER-12358 log feedback failures with QLOG()Benety Goh2014-01-241-1/+1
* SERVER-12358 added plan cache loggingBenety Goh2014-01-241-3/+15
* SERVER-12394 add LRU replacement policy to the plan cacheDavid Storch2014-01-221-0/+203