From 25fec0acced25311571aeffd62ff39bc274c528d Mon Sep 17 00:00:00 2001 From: Piotr Dulikowski Date: Wed, 3 Aug 2022 15:36:22 +0200 Subject: [PATCH] gms/feature_service: introduce SECONDARY_INDEXES_ON_STATIC_COLUMNS cluster feature The new feature will prevent secondary indexes on static columns from being created unless the whole cluster is ready to support them. --- gms/feature_service.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/gms/feature_service.hh b/gms/feature_service.hh index 06aebc1068..988739daf7 100644 --- a/gms/feature_service.hh +++ b/gms/feature_service.hh @@ -112,6 +112,7 @@ public: gms::feature aggregate_storage_options { *this, "AGGREGATE_STORAGE_OPTIONS"sv }; gms::feature collection_indexing { *this, "COLLECTION_INDEXING"sv }; gms::feature large_collection_detection { *this, "LARGE_COLLECTION_DETECTION"sv }; + gms::feature secondary_indexes_on_static_columns { *this, "SECONDARY_INDEXES_ON_STATIC_COLUMNS"sv }; public: