v.24.11Experimental Feature

Implement allow_feature_tier Global Switch to Disable Experimental Features

Implement allow_feature_tier as a global switch to disable all experimental / beta features. #71841 #71145 (Raúl Marín).
Introduces the allow_feature_tier setting as a global switch to enable or disable all experimental and beta features in ClickHouse.

Why it matters

This feature provides a centralized control mechanism to easily disable all experimental and beta features at once, improving stability and control over which features are active in production environments.

How to use it

Users can control the availability of experimental and beta features by setting the allow_feature_tier parameter in the server configuration or at the session level. Setting it to disable will turn off all these features globally.