summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_feature_flags.idl
diff options
context:
space:
mode:
authorCharlie Swanson <charlie.swanson@mongodb.com>2022-05-03 15:31:53 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-05-03 18:08:50 +0000
commit69c6a3d495cd845834cd83902498a14813c2daf9 (patch)
tree792b5b81f85a4fd554dbdf6ef939d0264f8f0a72 /src/mongo/db/query/query_feature_flags.idl
parent73938f0e9a74b4e45b7b134473ad8e3b36322a66 (diff)
downloadmongo-69c6a3d495cd845834cd83902498a14813c2daf9.tar.gz
SERVER-65933 Enable creation of columnstore index
Adds a new feature flag which must be enabled to create one.
Diffstat (limited to 'src/mongo/db/query/query_feature_flags.idl')
-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 ffdac919bad..41308a9f251 100644
--- a/src/mongo/db/query/query_feature_flags.idl
+++ b/src/mongo/db/query/query_feature_flags.idl
@@ -140,3 +140,8 @@ feature_flags:
description: "Enables a time-series optimization that allows for partially-blocking sort on time"
cpp_varname: gFeatureFlagBucketUnpackWithSort
default: false
+
+ featureFlagColumnstoreIndexes:
+ description: "Enables creation of a new columnstore index type"
+ cpp_varname: gFeatureFlagColumnstoreIndexes
+ default: false