summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_knobs.idl
AgeCommit message (Expand)Author
2024-09-13SERVER-94738 Disable index pruning during query planning (#27052)Matthew Boros
2024-09-13SERVER-91314 Kill spillable queries when disk space is low (#26854)Projjal Chanda
2024-09-12SERVER-16284 $concatArrays accumulator (#26777)Militsa Sotirova
2024-08-23SERVER-92993 Added support for $group spilling for percentile accumulator (#2...natalie-hill
2024-08-20SERVER-93307 Introduce entry point to cost-based plan ranker (#25847)Ben Shteinfeld
2024-08-16SERVER-93688 Delete Bonsai Cost Model (#26237)Ben Shteinfeld
2024-08-08SERVER-92833: Move plan cache related files into plan_cache/ dir (#25460)James H
2024-08-07SERVER-93155 Remove entry points into Bonsai PlanExecutor (#25710)Ben Shteinfeld
2024-07-17Revert "SERVER-89110 Plan enumerator can generate duplicate plans (#23461)" (...Henri Nikku
2024-07-02SERVER-90068 add interrupt and resource consumption checks to map filter and ...Mickey J Winters
2024-06-28SERVER-89110 Plan enumerator can generate duplicate plans (#23461)Henri Nikku
2024-06-21SERVER-91616 COLLSCAN instead of using index with collation for regex. With q...Carlos Alonso
2024-06-06SERVER-87285 Make find command batch size configurable (#22533)kmznam
2024-05-30SERVER-84315: Introduce new flag to control spilling strategy in $group (#22679)Serhii Lysenko
2024-05-29Revert "SERVER-84315: Introduce new flag to control spilling strategy in $gro...auto-revert-app[bot]
2024-05-28SERVER-84315: Introduce new flag to control spilling strategy in $group (#22609)Serhii Lysenko
2024-05-25Revert "SERVER-84315 Introduce new flag to control spilling strategy in $grou...auto-revert-app[bot]
2024-05-24SERVER-84315 Introduce new flag to control spilling strategy in $group (#20820)Serhii Lysenko
2024-05-02SERVER-90042 Reduce pipeline length limit on s390x (#21723)Alexander Ignatyev
2024-04-10SERVER-88087 Rewrite $top(N)s/$bottom(N)s that have the same sort pattern (#2...Yoonsoo@MongoDB
2024-04-09SERVER-88934 Extend repeat_queries suites to also multiplan single solutions ...Ivan Fefer
2024-04-01SERVER-87163 Use FastClock to check yield periodically (#20610)Zixuan
2024-04-01SERVER-88533: Add option to omit FTDC-sensitive cluster parameters from getCl...Varun Ravichandran
2024-03-29SERVER-88625 Limit sbe trial run stash to 100 MB (#20481)Ivan Fefer
2024-03-29Revert "SERVER-87163 Use FastClock to check yield periodically (#20255)"auto-revert-processor
2024-03-29SERVER-87163 Use FastClock to check yield periodically (#20255)Zixuan
2024-03-27SERVER-88627 Support nanosecond precision in the Classic execution engine (#2...Alexander Ignatyev
2024-03-27SERVER-86977: Make redact a required field for set parameters and update all ...wbradmoore
2024-03-23SERVER-87589 Absorb top-k sort into group (#20352)Yoonsoo@MongoDB
2024-03-23SERVER-87976 Use roaring bitmaps for RecordId deduplication in IndexScan stag...Alexander Ignatyev
2024-03-22Revert "SERVER-87589 Absorb partial ordering sort into group (#19848)"Liubov Molchanova
2024-03-21SERVER-87589 Absorb partial ordering sort into group (#19848)Yoonsoo@MongoDB
2024-03-11SERVER-85867 Move internalInsertMaxBatchSize from query_knobs to storage_para...Matthew Russotto
2024-03-06SERVER-86237: Introduce fast path for indexed single equality predicates (#18...HanaPearlman
2024-02-27SERVER-82677 Deduplicate index scan plans guaranteed to have similar performa...Matthew Boros
2024-02-27SERVER-78556 change default value of internalInsertMaxBatchSize to 64 (#19169)Samy Lanka
2024-02-21SERVER-86683 Clear SBE plan cache when internalQueryDisablePlanCache is updat...Ivan Fefer
2024-02-08SERVER-86420 Make internalQueryDisablePlanCache configurable at runtime (#18838)Adityavardhan Agrawal
2024-01-23SERVER-85454 Turn on parameterization knob by default and adjust cqf tests to...Lynne Wang
2024-01-18SERVER-83757 [CQF] Draw one sample to estimate all predicates in a queryDavid Percy
2024-01-05SERVER-81346 Add query knobs for sampling indexed fields and two fields at a ...Daniel Segel
2024-01-05Revert "SERVER-81346 Add query knobs for sampling indexed fields and two fiel...auto-revert-processor
2024-01-04SERVER-81346 Add query knobs for sampling indexed fields and two fields at a ...Daniel Segel
2023-12-22SERVER-81990 Add an internal query knob internalQueryCollectOptimizerMetricsMisha Tyulenev
2023-12-21SERVER-83456 Default skip Filter->Sargable rewrite for collscan plans (#17726)Timour Katchaounov
2023-12-18SERVER-83681 Introduce parameterization suitesBen Shteinfeld
2023-12-15SERVER-83685 Make "trySbeRestricted" the default query knobAdityavardhan Agrawal
2023-12-13SERVER-83839 Implement query-knob guarded logic to skip Sargable rewritesAlya Berciu
2023-12-06SERVER-83578 Enable fastPath logic for Bonsai by defaulthenrinikku
2023-12-02SERVER-83470 Introduce internalQueryFrameworkControl "trySbeRestricted"Adityavardhan Agrawal