summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_knobs.idl
diff options
context:
space:
mode:
authorMihai Andrei <mihai.andrei@10gen.com>2022-04-11 11:20:28 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-04-11 20:31:20 +0000
commit71b5dc9160e28c6451b42e3fd542abc32355db86 (patch)
treed27d120e723958c4d554b1984bdce6a2428effb2 /src/mongo/db/query/query_knobs.idl
parent6d4b13ac2e199b5b9a34986e4d317fdfc695b3d4 (diff)
downloadmongo-71b5dc9160e28c6451b42e3fd542abc32355db86.tar.gz
Revert "SERVER-65338 Runtime configurable query knob to disable SBE $lookup"
This reverts commit 7ef335b60fe16e4bd846eff3c8ca2828df8af31a.
Diffstat (limited to 'src/mongo/db/query/query_knobs.idl')
-rw-r--r--src/mongo/db/query/query_knobs.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mongo/db/query/query_knobs.idl b/src/mongo/db/query/query_knobs.idl
index f6df19ee07b..3a759caf0a6 100644
--- a/src/mongo/db/query/query_knobs.idl
+++ b/src/mongo/db/query/query_knobs.idl
@@ -637,13 +637,6 @@ server_parameters:
validator:
gt: 0
- internalQuerySlotBasedExecutionDisableLookupPushdown:
- description: "If true, the system will not push down $lookup to the SBE execution engine."
- set_at: [ startup, runtime ]
- cpp_varname: "internalQuerySlotBasedExecutionDisableLookupPushdown"
- cpp_vartype: AtomicWord<bool>
- default: false
-
internalQueryForceClassicEngine:
description: "If true, the system will use the classic execution engine for all queries,
otherwise eligible queries will execute using the SBE execution engine."