v.25.11Experimental Feature

Move Alias to experimental, can be enabled

Move Alias to experimental, can be enabled with allow_experimental_alias_table_engine = 1. #89712 (Kai Zhu).
The Alias table engine is now moved to an experimental status in ClickHouse.

Why it matters

This change allows the Alias table engine to be introduced as an experimental feature, enabling developers and users to test and provide feedback while limiting its usage in production environments by default.

How to use it

To enable the experimental Alias table engine, set the configuration parameter allow_experimental_alias_table_engine to 1.