summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/query_knobs_validation.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63102 Introduce internalQueryPlanEvaluationWorksSbeDavid Storch2022-02-101-3/+6
* SERVER-62981 Make SBE multi-planner trial period length independent of collec...David Storch2022-01-271-5/+9
* SERVER-59613 $range expression should error if it exceeds memory limitMickey. J Winters2021-10-091-0/+1
* SERVER-59178 Re-enable SBE as the default execution engineJennifer Peshansky2021-09-301-2/+2
* SERVER-58203 factor out logging statments into helper functionsMickey. J Winters2021-08-111-1/+7
* SERVER-56071 add feature flag for group and lookupAdityavardhan Agrawal2021-06-231-1/+1
* SERVER-57758 Turn SBE off by default and invert the sense of the internalQuer...Andrii Dobroshynski2021-06-171-2/+2
* SERVER-52799 enable slot-based execution engine by defaultMartin Neupauer2021-05-171-1/+0
* SERVER-55163 Add runtime-configurable setParameter for turning SBE on and offJenny Peshansky2021-05-071-0/+4
* SERVER-54142 Add memory tracking to DocumentSourceSetWindowFieldsTed Tuckman2021-03-161-0/+5
* SERVER-51524 Rename internalQueryCacheSize to internalQueryCacheMaxEntriesPer...David Storch2020-11-061-0/+6
* SERVER-50547 Pipeline length limitJames Wahlin2020-10-221-0/+1
* SERVER-40361 Don't store debug info once plan cache size grows largeDavid Storch2020-10-221-0/+5
* SERVER-50651 Replace occurrences of isMaster command with hello in noPassthro...Ali Mir2020-09-281-1/+1
* SERVER-48473 Query knob for SBE to limit max number of statically generated i...Andrii Dobroshynskyi2020-07-221-0/+5
* SERVER-48529 Delete PlanCache::feedback() and related codeDavid Storch2020-06-021-5/+0
* SERVER-46161 Increase number of PlanExecutor iterations before yielding to 1000.David Storch2020-02-221-2/+2
* SERVER-44869 Add query knobs for $push and $addToSet memory limitsCharlie Swanson2019-12-031-0/+10
* SERVER-44701 Remove support for 'planCacheListQueryShapes' and 'planCacheList...David Storch2019-11-261-1/+0
* SERVER-44053 Rename blocking sort memory limit to "internalQueryMaxBlockingSo...David Storch2019-10-231-4/+4
* SERVER-43140 Add limit to size of emitted values per document in $_internalJs...Ted Tuckman2019-09-301-0/+5
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-153/+152
* SERVER-42179 Remove internalDocumentSourceSortMaxBlockingSortBytes in favor ofMisha Ivkov2019-07-261-6/+1
* SERVER-24860 Optimize away entire pipeline if it can be answered using a queryAnton Korshunov2019-04-031-1/+1
* SERVER-35402 Add validators where applicable in query_knobs.cppArun Banala2019-02-061-0/+171