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.
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user