summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJames Wahlin <james@mongodb.com>2022-02-11 13:40:16 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-02-11 14:57:47 +0000
commit65bbf4f4ff29f29825aae0ac71b6ea5bb06c75ce (patch)
treeb6e80e7c0e28f0d18e5950b2189183b477fa2e50 /src
parent36932a5418ab49863b72b421276884b00b147fc7 (diff)
downloadmongo-65bbf4f4ff29f29825aae0ac71b6ea5bb06c75ce.tar.gz
SERVER-51983 Create feature flag for Bucket unpacking with sorting
Diffstat (limited to 'src')
-rw-r--r--src/mongo/db/query/query_feature_flags.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mongo/db/query/query_feature_flags.idl b/src/mongo/db/query/query_feature_flags.idl
index e1ba84203f6..b3565da4f5f 100644
--- a/src/mongo/db/query/query_feature_flags.idl
+++ b/src/mongo/db/query/query_feature_flags.idl
@@ -134,3 +134,8 @@ feature_flags:
description: "Enable use of $$SEARCH_META on sharded collections"
cpp_varname: gFeatureFlagSearchShardedFacets
default: false
+
+ featureFlagBucketUnpackWithSort:
+ description: "Enables a time-series optimization that allows for partially-blocking sort on time"
+ cpp_varname: gFeatureFlagBucketUnpackWithSort
+ default: false