summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/query_knobs_validation.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74437 Implement spilling to disk in new classic SPOOL stageAlyssa Wagenmaker2023-04-191-0/+10
* SERVER-75054: Change default of internalQueryFrameworkControl to trySbeEngineHana Pearlman2023-04-061-2/+12
* SERVER-71763 CSI planning heuristics enhancementsAlyssa Wagenmaker2022-12-131-0/+15
* SERVER-62042 Remove test for checking default value of internalQueryFramework...Nicholas Zolnierz2022-08-081-1/+0
* SERVER-62042 Consolidate query optimization and execution control into a sing...Nicholas Zolnierz2022-08-041-3/+8
* Revert "SERVER-62042 Consolidate query optimization and execution control int...auto-revert-processor2022-08-041-8/+3
* SERVER-62042 Consolidate query optimization and execution control into a sing...Nicholas Zolnierz2022-08-031-3/+8
* SERVER-66551 Rename internalQueryEnableSlotBasedExecutionEngine back to inter...Mihai Andrei2022-05-191-2/+2
* SERVER-66445 Make the classic engine the default execution engineMihai Andrei2022-05-161-2/+2
* SERVER-65338 Runtime configurable query knob to disable SBE $lookup and $groupMihai Andrei2022-04-131-0/+8
* SERVER-63208 Make allowDiskUse opt-out rather than opt-inRomans Kasperovics2022-04-121-0/+4
* SERVER-64018: Fail if tag creation in FLE filter rewrite approaches 16 MB limitjoshua2022-04-121-0/+4
* Revert "SERVER-65338 Runtime configurable query knob to disable SBE $lookup"Mihai Andrei2022-04-111-4/+0
* SERVER-65338 Runtime configurable query knob to disable SBE $lookupEthan Zhang2022-04-081-0/+4
* SERVER-64305 Use column store index for queries referencing few fieldsCharlie Swanson2022-04-071-0/+10
* SERVER-63283 Add query knob to guard HJ plans for $lookupEric Cox2022-03-081-0/+4
* SERVER-63449 Add HashJoin query knobsYoonsoo Kim2022-03-081-0/+15
* SERVER-62798 Use single 'AutoGet' for all execution namespaces instead of mul...Mihai Andrei2022-03-011-4/+0
* SERVER-63102 Introduce internalQueryPlanEvaluationWorksSber5.3.0-alpha3David Storch2022-02-091-3/+6
* SERVER-62981 Make SBE multi-planner trial period length independent of collec...David Storch2022-01-271-5/+9
* SERVER-62351 Introduce structs for query planner to be aware of multiple coll...Mihai Andrei2022-01-271-1/+5
* 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