summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_knobs.idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/query/query_knobs.idl')
-rw-r--r--src/mongo/db/query/query_knobs.idl9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/mongo/db/query/query_knobs.idl b/src/mongo/db/query/query_knobs.idl
index 4f606a45fa1..4b9a74ce3b2 100644
--- a/src/mongo/db/query/query_knobs.idl
+++ b/src/mongo/db/query/query_knobs.idl
@@ -301,7 +301,7 @@ server_parameters:
expr: 100 * 1024 * 1024
validator:
gt: 0
-
+
internalDocumentSourceSetWindowFieldsMaxMemoryBytes:
description: "Maximum size of the data that the $setWindowFields aggregation stage will cache in-memory before throwing an error."
set_at: [ startup, runtime ]
@@ -471,3 +471,10 @@ server_parameters:
validator:
gt: 0
lte: { expr: BSONObjMaxInternalSize }
+
+ internalQueryForceClassicEngine:
+ description: "If true, force use of the classic query engine."
+ set_at: [ startup, runtime ]
+ cpp_varname: "internalQueryForceClassicEngine"
+ cpp_vartype: AtomicWord<bool>
+ default: false