summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_cache.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38069: Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-181-1/+1
* Revert "SERVER-38069 Ensure WT transactions are not re-opened during plan upd...Gregory Wlodarek2018-12-141-1/+1
* SERVER-38069 Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-141-1/+1
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-061-14/+70
* Revert "SERVER-33303 Add stable plan cache key and use for index filters"Ian Boros2018-11-061-70/+14
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-061-14/+70
* SERVER-37443 Make catalog objects survive collection rename.David Storch2018-10-231-0/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35333 caching plans for allPaths indexesIan Boros2018-08-311-1/+1
* SERVER-36528 Implement $planCacheStats agg source.David Storch2018-08-211-0/+8
* SERVER-35980 Delete PlanCacheEntryFeedback.David Storch2018-08-091-24/+6
* SERVER-35982 Include hash of plan cache key in cache transition log linesHaley Connelly2018-08-031-1/+2
* SERVER-35981 Include hash of plan cache key in planCacheListShapes and planCa...Haley Connelly2018-08-021-4/+14
* SERVER-23332 Expose query plan cache key in system.profile entry and query lo...Haley Connelly2018-07-311-4/+13
* SERVER-32452 add ability for plan cache entries to be inactiveIan Boros2018-06-141-24/+77
* SERVER-31610 Add timestamp to plan cache entriesjannaerin2017-11-131-2/+6
* SERVER-28314 Remove unused PlanCache::_writeOperations memberGeert Bosch2017-03-161-4/+0
* SERVER-13732 Index access plan for contained OR should consider top-level pre...Tess Avitabile2017-02-171-0/+15
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-071-0/+2
* Revert "SERVER-23882 Collation should be considered part of a query's shape"Scott Hernandez2016-07-071-2/+0
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-071-0/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-22867 Convey to access planner when to intersect bounds.Max Hirschhorn2016-03-031-1/+6
* SERVER-17895 Remove clearing plan cache after 1000 write opsQingyang Chen2015-07-231-6/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-338/+340
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-2/+2
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-7/+6
* SERVER-17659 Hook up PlanCacheIndexabilityStateJason Rassi2015-05-071-1/+17
* SERVER-17659 Minor reorg/cleanup of plan_cache.h, plan_cache.cppJason Rassi2015-05-071-15/+8
* SERVER-17659 Move CQ::getPlanCacheKey() => PlanCache::computeKey()Jason Rassi2015-04-221-0/+12
* SERVER-15225 CachedPlanStage can replan poorly performing queries after a tri...David Storch2015-04-131-24/+6
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-1/+2
* SERVER-14407 delete runner.hDavid Storch2014-07-231-4/+4
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-1/+1
* SERVER-10026 centralize query heuristic numbersHari Khalsa2014-03-111-20/+0
* SERVER-12328 less aggressive plan cache evictions when the stddev is smallDavid Storch2014-03-061-0/+3
* SERVER-10026 triage and address some TODO comments, fix bounds buildingHari Khalsa2014-02-241-9/+3
* SERVER-12526 Cleanup of shell helpers and messaging for PlanCacheBenety Goh2014-02-051-0/+6
* SERVER-12519 renamed admin hints to index filtersBenety Goh2014-01-291-4/+4
* SERVER-12358 added plan cache loggingBenety Goh2014-01-241-2/+12
* SERVER-12394 add LRU replacement policy to the plan cacheDavid Storch2014-01-221-3/+9
* SERVER-12372 added plan stats for all solutions and feedback to planCacheList...Benety Goh2014-01-211-20/+25
* SERVER-12328 remove plans from the cache if they are not performantDavid Storch2014-01-151-5/+38
* SERVER-8871 admin hintsBenety Goh2014-01-151-15/+13
* SERVER-5470 updated plan cache commands per updated specBenety Goh2014-01-151-57/+8
* SERVER-12321 fully normalize in canonical queryDavid Storch2014-01-141-16/+0
* SERVER-12296 add header to fix buildEric Milkie2014-01-131-0/+2
* SERVER-12296 cache a backup plan for blocking sort solutionsDavid Storch2014-01-121-0/+8
* SERVER-5470 projection support for planCacheGenerateKey command. implemented ...Benety Goh2014-01-101-0/+19
* SERVER-5470 extended plan cache to hold all solutons from planning processBenety Goh2014-01-081-34/+52