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:
Piotr Dulikowski
2022-08-03 15:36:22 +02:00
parent 9f14f0ac09
commit 25fec0acce

View File

@@ -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: