summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_knobs.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-35402 Add validators where applicable in query_knobs.cppArun Banala2019-02-061-144/+0
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-27/+27
* SERVER-31755 Create intermediate $lookup stage document size limit knobBrigitte Lamarche2018-12-141-0/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36198 Remove 'internalQueryAllowAllPathsIndexes' server parameterBernard Gorman2018-10-031-6/+0
* SERVER-35980 Experimental new output format for planCacheListPlansHaley Connelly2018-08-131-0/+3
* SERVER-19260 Log whether allowDiskUse:true aggregations used diskMinji2018-08-011-0/+4
* SERVER-36199 Put allPaths index creation behind a query knobIan Boros2018-07-271-0/+6
* SERVER-32452 add ability for plan cache entries to be inactiveIan Boros2018-06-141-0/+7
* SERVER-30871 Permit blocking aggregation stages to run on mongoS if allowDisk...Bernard Gorman2017-09-271-0/+1
* SERVER-30399 Add caching for $lookup non-correlated sub-pipeline prefixBernard Gorman2017-09-241-0/+2
* SERVER-30723: Add a query knob that controls whether JSON Schema ignores or e...Nick Zolnierz2017-09-121-0/+3
* SERVER-20066 disable generating whole covered ixscans by defaultKyle Suarez2017-06-201-0/+3
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-22/+21
* SERVER-27406 Reduce DocumentSourceCursor batch size from 16MB to 4MBJames Wahlin2016-12-271-0/+2
* SERVER-25821 make max insert batch size on primary tunableSam Rossi2016-10-121-0/+2
* SERVER-24153 Allow pipelines within $facet stage to process in batches.Charlie Swanson2016-09-011-0/+3
* SERVER-21097 Add a lint rule to prohibit std::atomic, add NOLINT to existing ...Andy Schwerin2015-10-231-17/+17
* SERVER-20360: Control our yield policy by precalculated batch size for writecmdMartin Bligh2015-10-201-0/+3
* SERVER-20096: ExportedServerParameter<T> is not thread-safe for parameters ch...Mark Benvenuto2015-09-221-17/+21
* SERVER-17895 Remove clearing plan cache after 1000 write opsQingyang Chen2015-07-231-3/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-52/+52
* SERVER-15225 CachedPlanStage can replan poorly performing queries after a tri...David Storch2015-04-131-3/+3
* SERVER-16431 Enable yielding for all storage enginesKaloian Manassiev2014-12-291-4/+2
* SERVER-16159 MMAP v1 does timing-based yields for insertsDavid Storch2014-11-171-0/+8
* SERVER-7676 make sort memory limit configurableDavid Storch2014-11-071-0/+6
* SERVER-15279 disable hash-based index intersection by defaultDavid Storch2014-09-171-0/+3
* SERVER-14034 make kMaxScansToExplode a query knobDavid Storch2014-06-041-0/+4
* SERVER-13184 with rooted OR query plan sub-queries independently and combineHari Khalsa2014-03-181-0/+3
* SERVER-13184 limit number of enumerated plans for an ORDavid Storch2014-03-151-0/+3
* SERVER-13132 run candidates plans for longerDavid Storch2014-03-121-1/+9
* SERVER-10026 centralize query heuristic numbersHari Khalsa2014-03-111-0/+74