summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_cache.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13184 with rooted OR query plan sub-queries independently and combineHari Khalsa2014-03-181-1/+13
* SERVER-10026 centralize query heuristic numbersHari Khalsa2014-03-111-15/+9
* SERVER-13067 fixed typo in log message for clearing plan cacheBenety Goh2014-03-061-1/+1
* SERVER-12328 less aggressive plan cache evictions when the stddev is smallDavid Storch2014-03-061-10/+19
* SERVER-12866 explain queries should not mutate the cacheBenety Goh2014-02-281-0/+9
* SERVER-12868 renamed QuerySolution::hasSortStage to more generic hasBlockingS...Benety Goh2014-02-271-4/+4
* SERVER-10026 triage and address some TODO comments, fix bounds buildingHari Khalsa2014-02-241-2/+2
* SERVER-12766 extended plan cache key to include geo coordinate typesBenety Goh2014-02-211-14/+0
* SERVER-12723 geo queries should not be cacheable.Benety Goh2014-02-191-0/+14
* SERVER-12526 Cleanup of shell helpers and messaging for PlanCacheBenety Goh2014-02-051-0/+5
* SERVER-12519 renamed admin hints to index filtersBenety Goh2014-01-291-1/+1
* SERVER-12358 added plan cache loggingBenety Goh2014-01-241-1/+18
* SERVER-12394 add LRU replacement policy to the plan cacheDavid Storch2014-01-221-56/+24
* SERVER-12372 added plan stats for all solutions and feedback to planCacheList...Benety Goh2014-01-211-19/+80
* SERVER-12328 remove plans from the cache if they are not performantDavid Storch2014-01-151-1/+78
* SERVER-8871 admin hintsBenety Goh2014-01-151-8/+7
* SERVER-12324 replaced std::stream with str::stream in db/query and db/execBenety Goh2014-01-151-13/+12
* SERVER-5470 updated plan cache commands per updated specBenety Goh2014-01-151-134/+14
* SERVER-12321 fully normalize in canonical queryDavid Storch2014-01-141-183/+2
* SERVER-12296 cache a backup plan for blocking sort solutionsDavid Storch2014-01-121-0/+12
* SERVER-5470 projection support for planCacheGenerateKey command. implemented ...Benety Goh2014-01-101-1/+17
* SERVER-5470 extended plan cache to hold all solutons from planning processBenety Goh2014-01-081-33/+108
* Revert "SERVER-5470 extended plan cache to hold all solutons from planning pr...Benety Goh2014-01-071-108/+33
* SERVER-5470 extended plan cache to hold all solutons from planning processBenety Goh2014-01-071-33/+108
* SERVER-8871 derive plan cache key from query, sort and projectionBenety Goh2014-01-071-3/+28
* SERVER-10564 enable the plan cacheDavid Storch2014-01-061-2/+22
* SERVER-10564 cache collection scan query plansDavid Storch2014-01-031-2/+6
* SERVER-5470 added plan cache DB commandsBenety Goh2013-12-311-8/+189
* SERVER-10564 plan cache data storage mechanismDavid Storch2013-12-311-16/+81
* SERVER-8871 removed default switch case from encodeMatchTypeBenety Goh2013-12-191-2/+4
* SERVER-8871 added sorting of cacheable queries and plan cache key generationBenety Goh2013-12-181-0/+172
* SERVER-10026 skeleton of cache for query plansHari Khalsa2013-12-161-0/+92