summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_knobs.idl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66445 Make the classic engine the default execution engineMihai Andrei2022-05-171-4/+4
* SERVER-65338 Runtime configurable query knob to disable SBE $lookup and $groupMihai Andrei2022-04-141-0/+16
* SERVER-64018: Fail if tag creation in FLE filter rewrite approaches 16 MB limitjoshua2022-04-121-0/+10
* Revert "SERVER-65338 Runtime configurable query knob to disable SBE $lookup"Mihai Andrei2022-04-111-7/+0
* SERVER-65338 Runtime configurable query knob to disable SBE $lookupEthan Zhang2022-04-081-0/+7
* SERVER-64305 Use column store index for queries referencing few fieldsCharlie Swanson2022-04-071-12/+32
* SERVER-63739 Implement spilling to disk for new SBE stageEric Cox2022-04-061-0/+11
* SERVER-63283 Add query knob to guard HJ plans for $lookupEric Cox2022-03-081-0/+9
* SERVER-63449 Add HashJoin query knobsYoonsoo Kim2022-03-081-0/+36
* SERVER-62798 Use single 'AutoGet' for all execution namespaces instead of mul...Mihai Andrei2022-03-011-7/+0
* SERVER-62797 Fix tests which expect disabling SBE to keep the plan cache intactDavid Storch2022-02-241-1/+0
* SERVER-62797 Clear SBE plan cache when query knobs are changedDavid Storch2022-02-231-41/+99
* SERVER-63102 Introduce internalQueryPlanEvaluationWorksSber5.3.0-alpha3David Storch2022-02-091-1/+17
* SERVER-62434 Implement query optimizer based on Path algebra and CascadesSvilen Mihaylov2022-01-311-0/+63
* SERVER-62981 Make SBE multi-planner trial period length independent of collec...David Storch2022-01-271-1/+15
* SERVER-62351 Introduce structs for query planner to be aware of multiple coll...Mihai Andrei2022-01-271-0/+7
* SERVER-60311 Adaptive memory usage check and exec stats for spillingIrina Yatsenko2022-01-201-6/+33
* Revert "SERVER-60311 Make memory usage check adaptive and add exec stats for ...auto-revert-processor2022-01-201-33/+6
* SERVER-60311 Make memory usage check adaptive and add exec stats for spillingIrina Yatsenko2022-01-191-6/+33
* SERVER-62086 Increase `HashAggStage`'s maximum allowed memory usage before spillYoonsoo Kim2021-12-161-1/+1
* SERVER-58726 Test spilling behavior for exact top-n accumulators and fix seri...Mihai Andrei2021-11-081-3/+3
* SERVER-60070 Add planCacheSize parameter validationAlexander Ignatyev2021-10-121-1/+3
* SERVER-59613 $range expression should error if it exceeds memory limitMickey. J Winters2021-10-091-5/+16
* SERVER-59508 Support $or in partialFilterExpression; remove top level $and re...James Wahlin2021-10-011-0/+9
* SERVER-60070 Add parameter to control SBE plan cache sizeAlexander Ignatyev2021-10-011-0/+13
* SERVER-59178 Re-enable SBE as the default execution engineJennifer Peshansky2021-09-301-4/+4
* SERVER-60072 Track memory usage in $densifyTed Tuckman2021-09-241-0/+10
* SERVER-58979 Add limit to number of documents generated by $densifyTed Tuckman2021-09-221-0/+9
* SERVER-59573 Add setParameter which can be used to restore inactive cursor ti...James Wahlin2021-08-261-0/+7
* SERVER-58590 Add memory tracking for HashAgg Stage.Sajed Nahian2021-08-201-0/+24
* SERVER-38924 Remove blacklist entries for $lookup and $graphLookup FSM testsAlya Berciu2021-08-201-0/+10
* SERVER-59291 Add searchMeta query knobTed Tuckman2021-08-171-1/+9
* SERVER-58203 factor out logging statments into helper functionsMickey. J Winters2021-08-111-1/+2
* SERVER-57879 Implement $minN and $maxN accumulatorsMihai Andrei2021-07-211-0/+10
* SERVER-52021: Create feature flag for support lookup and graphLookup into a s...Militsa Sotirova2021-07-011-7/+0
* SERVER-57758 Turn SBE off by default and invert the sense of the internalQuer...Andrii Dobroshynski2021-06-171-3/+4
* SERVER-56757 Add query knob to ensure that setWindowFields is in deterministi...samontea2021-05-251-0/+7
* SERVER-55163 Add runtime-configurable setParameter for turning SBE on and offJenny Peshansky2021-05-071-1/+8
* SERVER-54142 Add memory tracking to DocumentSourceSetWindowFieldsTed Tuckman2021-03-161-0/+10
* SERVER-54710 Improve checks for overlarge BSON when generating explain outputDavid Storch2021-03-111-0/+12
* SERVER-51970 Create feature flag for SBEAlya Berciu2021-01-221-7/+0
* SERVER-51524 Rename internalQueryCacheSize to internalQueryCacheMaxEntriesPer...David Storch2020-11-061-2/+3
* SERVER-50547 Pipeline length limitJames Wahlin2020-10-221-0/+13
* SERVER-40361 Don't store debug info once plan cache size grows largeDavid Storch2020-10-221-1/+16
* SERVER-49443 Implement error truncation for generated document validation errorsMihai Andrei2020-10-091-0/+11
* Revert "SERVER-49443 Implement error truncation for generated document valida...Mihai Andrei2020-10-081-11/+0
* SERVER-49443 Implement error truncation for generated document validation errorsMihai Andrei2020-10-081-0/+11
* SERVER-50161 Add query knob to parse find commands using the grammar and CSTNick Zolnierz2020-09-211-0/+7
* SERVER-36393 Add new opt-in $or enumeration orderCharlie Swanson2020-09-021-0/+19
* SERVER-47856 Use $v:2 delta oplog entries by defaultArun Banala2020-08-261-1/+1