v.24.8Improvement

Setting allow_experimental_analyzer Renamed to enable_analyzer as Analyzer Goes to Production

Setting allow_experimental_analyzer is renamed to enable_analyzer. The old name is preserved in a form of an alias. This signifies that Analyzer is no longer in beta and is fully promoted to production. #66438 (Nikita Mikhaylov).
The setting allow_experimental_analyzer has been renamed to enable_analyzer, indicating that the Analyzer feature is no longer experimental and is fully promoted to production.

Why it matters

This change reflects the stabilization of the Analyzer feature by removing the experimental status. It provides users with a clear and consistent configuration option, eliminating ambiguity and signaling production readiness.

How to use it

To enable the Analyzer, set the configuration parameter enable_analyzer to true. The old setting allow_experimental_analyzer remains as an alias for backward compatibility but should be replaced with the new name in production environments.