summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_feature_flags.idl
diff options
context:
space:
mode:
authorsamontea <merciers.merciers@gmail.com>2022-05-09 23:22:31 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-05-10 02:12:57 +0000
commit9c6a831a9ae2a02cb0d1e49232a69f350eab0c0c (patch)
treebe7846122ba47e09192498240290ef1c7b2d90b5 /src/mongo/db/query/query_feature_flags.idl
parent7f55c457738556cf96236ef9c7aa4b30bbe07390 (diff)
downloadmongo-9c6a831a9ae2a02cb0d1e49232a69f350eab0c0c.tar.gz
SERVER-52286 Enable feature flag for Bucket Unpacking with Sorting, reduce FCV to 6.0
Diffstat (limited to 'src/mongo/db/query/query_feature_flags.idl')
-rw-r--r--src/mongo/db/query/query_feature_flags.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/query/query_feature_flags.idl b/src/mongo/db/query/query_feature_flags.idl
index 41308a9f251..87379efcf87 100644
--- a/src/mongo/db/query/query_feature_flags.idl
+++ b/src/mongo/db/query/query_feature_flags.idl
@@ -139,7 +139,8 @@ feature_flags:
featureFlagBucketUnpackWithSort:
description: "Enables a time-series optimization that allows for partially-blocking sort on time"
cpp_varname: gFeatureFlagBucketUnpackWithSort
- default: false
+ default: true
+ version: 6.0
featureFlagColumnstoreIndexes:
description: "Enables creation of a new columnstore index type"