summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_cache.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-528/+571
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-9/+9
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+2
* SERVER-13008 make cache key projection encoding less type-sensitive.Qingyang Chen2015-06-101-4/+12
* SERVER-18365 delete MatchExpression::NIN since it is not usedcoollog2015-05-291-1/+0
* SERVER-18373 implement UNREACHABLE using invariantFailed so we know how it failsAdam Midvidy2015-05-151-2/+2
* SERVER-17659 Hook up PlanCacheIndexabilityStateJason Rassi2015-05-071-0/+20
* SERVER-17659 Minor reorg/cleanup of plan_cache.h, plan_cache.cppJason Rassi2015-05-071-161/+158
* SERVER-17659 Move CQ::getPlanCacheKey() => PlanCache::computeKey()Jason Rassi2015-04-221-18/+264
* SERVER-15225 CachedPlanStage can replan poorly performing queries after a tri...David Storch2015-04-131-83/+4
* SERVER-17525 Remove QLOG, replace with LOG(5)James Wahlin2015-03-131-1/+0
* SERVER-17282 update find command parsing to conform to find command spec changesDavid Storch2015-03-111-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-15230 explain find via the find commandDavid Storch2014-09-181-1/+1
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-0/+5
* 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