summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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