summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_knobs.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-171-8/+10
* SERVER-30871 Permit blocking aggregation stages to run on mongoS if allowDisk...Bernard Gorman2017-09-271-0/+2
* 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/+2
* SERVER-20066 disable generating whole covered ixscans by defaultKyle Suarez2017-06-201-0/+1
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-1/+1
* 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/+4
* SERVER-24153 Allow pipelines within $facet stage to process in batches.Charlie Swanson2016-09-011-0/+2
* SERVER-17895 Remove clearing plan cache after 1000 write opsQingyang Chen2015-07-231-2/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-19/+19
* SERVER-15225 CachedPlanStage can replan poorly performing queries after a tri...David Storch2015-04-131-1/+1
* SERVER-16159 MMAP v1 does timing-based yields for insertsDavid Storch2014-11-171-0/+4
* SERVER-7676 make sort memory limit configurableDavid Storch2014-11-071-0/+2
* SERVER-15279 disable hash-based index intersection by defaultDavid Storch2014-09-171-0/+2
* SERVER-14034 increase max scans from explodeForSort to 200David Storch2014-06-041-1/+1
* SERVER-14034 make kMaxScansToExplode a query knobDavid Storch2014-06-041-0/+2
* SERVER-13184 with rooted OR query plan sub-queries independently and combineHari Khalsa2014-03-181-0/+2
* SERVER-13221 increase plan cache size to 5000 entriesDavid Storch2014-03-171-1/+1
* SERVER-13184 limit number of enumerated plans for an ORDavid Storch2014-03-151-0/+2
* SERVER-13212 increase number of indexed solutions considered by the query pla...David Storch2014-03-151-1/+1
* SERVER-13132 run candidates plans for longerDavid Storch2014-03-121-1/+5
* SERVER-10026 centralize query heuristic numbersHari Khalsa2014-03-111-0/+53