v.24.8Improvement
Setting allow_experimental_analyzer Renamed to enable_analyzer as Analyzer Goes to Production
Settingallow_experimental_analyzeris renamed toenable_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).
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 parameterenable_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.