summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/lru_key_value_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71882 Add serverStatus metric for the number of entries evicted from t...Maddie Zechar2023-02-071-4/+4
* SERVER-63344 Avoid cloning the SBE tree inside the plan cache mutexRuoxin Xu2022-04-251-52/+136
* SERVER-59695 Make index filters work with SBE plan cacheRuoxin Xu2022-04-071-4/+8
* SERVER-60066 Remove plan cache entries on collection dropAlexander Ignatyev2021-11-031-1/+30
* SERVER-60070 Add parameter to control SBE plan cache sizeAlexander Ignatyev2021-10-011-28/+93
* SERVER-59683 Extract BudgetEstimator logic from LRU cacheAlexander Ignatyev2021-09-171-10/+19
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-6/+6
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-140/+140
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-4/+4
* SERVER-12526 Cleanup of shell helpers and messaging for PlanCacheBenety Goh2014-02-051-0/+2
* SERVER-12358 added plan cache loggingBenety Goh2014-01-241-4/+9
* SERVER-12394 add LRU replacement policy to the plan cacheDavid Storch2014-01-221-0/+190