summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_knobs.idl
diff options
context:
space:
mode:
authorMihai Andrei <mihai.andrei@10gen.com>2021-11-08 14:32:08 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-11-08 15:19:17 +0000
commite1c33dfc0edc4d52062e4349bf07357105bafdac (patch)
tree5dc55e19efc5fba62cc8d7cb030fbfebc8a2ab3f /src/mongo/db/query/query_knobs.idl
parentca03e4c32007609fa852e141bedc419f85743ebe (diff)
downloadmongo-e1c33dfc0edc4d52062e4349bf07357105bafdac.tar.gz
SERVER-58726 Test spilling behavior for exact top-n accumulators and fix serialization logic for merging on a shard
Diffstat (limited to 'src/mongo/db/query/query_knobs.idl')
-rw-r--r--src/mongo/db/query/query_knobs.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mongo/db/query/query_knobs.idl b/src/mongo/db/query/query_knobs.idl
index bd2b761be35..a11da3a7ee7 100644
--- a/src/mongo/db/query/query_knobs.idl
+++ b/src/mongo/db/query/query_knobs.idl
@@ -153,7 +153,7 @@ server_parameters:
on_update: plan_cache_util::onPlanCacheSizeUpdate
validator:
callback: plan_cache_util::validatePlanCacheSize
-
+
#
# Parsing
#
@@ -550,10 +550,10 @@ server_parameters:
cpp_vartype: AtomicWord<bool>
default: false
- internalQueryMaxNAccumulatorBytes:
+ internalQueryTopNAccumulatorBytes:
description: "Limits the vector of values pushed into a single array while grouping with the 'N' family of accumulators."
set_at: [ startup, runtime ]
- cpp_varname: "internalQueryMaxNAccumulatorBytes"
+ cpp_varname: "internalQueryTopNAccumulatorBytes"
cpp_vartype: AtomicWord<int>
default:
expr: 100 * 1024 * 1024