summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/plan_ranking.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-15707 Fix leaks in C++ unit test frameworkAndrew Morrow2014-10-271-1/+3
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-5/+3
* SERVER-15641 Fix memory leaks in C++ dbtestsAndrew Morrow2014-10-151-4/+22
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-2/+2
* SERVER-15279 disable hash-based index intersection by defaultDavid Storch2014-09-171-1/+12
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-1/+1
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-2/+2
* SERVER-14961 IndexScan over empty range should return EOF immediatelyJason Rassi2014-08-241-0/+37
* SERVER-14311 fix plan ranking dbtestDavid Storch2014-07-111-8/+9
* SERVER-14311 account for key skips in plan ranking by returning NEED_TIME in ...David Storch2014-07-111-0/+32
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-1/+1
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-0/+3
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-4/+8
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-8/+4
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-4/+8
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-8/+4
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-4/+8
* SERVER-14097 SERVER-14098 execution-level explain for .find() and .count()David Storch2014-06-271-1/+1
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-1/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-7/+10
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-10/+7
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-7/+10
* SERVER-13674: Refactor CachedPlanRunner and MultiPlanRunner as stagesCraig Harris2014-05-131-17/+17
* SERVER-13783 remove likelyInMemory and PageFaultExceptionHari Khalsa2014-04-291-48/+6
* SERVER-13084: remove many cc() calls from query/exec worldEliot Horowitz2014-04-171-1/+1
* SERVER-13184 with rooted OR query plan sub-queries independently and combineHari Khalsa2014-03-181-0/+2
* SERVER-13132 run candidates plans for longerDavid Storch2014-03-121-28/+44
* SERVER-10026 centralize query heuristic numbersHari Khalsa2014-03-111-7/+7
* SERVER-12939 prefer non-blocking sort plans when no plans produce or hit EOFDavid Storch2014-03-051-0/+40
* SERVER-3071 penalize fetches during rankingDavid Storch2014-03-041-13/+265
* SERVER-12868 Pick backup plan when winning plan contains hashed AND stageBenety Goh2014-02-271-3/+58
* SERVER-12931 propagate error from MultiPlanRunner::workAllPlans to getNextBenety Goh2014-02-271-1/+2
* SERVER-10026 don't add a collscan solution if ixscan soln existsHari Khalsa2014-02-261-3/+73
* SERVER-12873 add more plan ranking dbtestsHari Khalsa2014-02-251-3/+157
* SERVER-12873 begin dbtest file for plan ranking, add force-ixisect flag for qaHari Khalsa2014-02-251-0/+192