v.25.11Experimental Feature
Move Alias to experimental, can be enabled
MoveAliasto experimental, can be enabled withallow_experimental_alias_table_engine = 1. #89712 (Kai Zhu).
Why it matters
This change allows theAlias 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 experimentalAlias table engine, set the configuration parameter allow_experimental_alias_table_engine to 1.