v.23.8New Feature

Add name column as alias to system.clusters

Add column name to system.clusters as an alias to cluster. #53605 (irenjj).
Added a new column name to the system.clusters table as an alias for the existing cluster column.

Why it matters

This feature enhances usability by providing a more intuitive column name name in system.clusters, making it easier for users to access cluster identifiers without confusion or the need to remember the previous column name.

How to use it

Users can simply query the system.clusters table and use the new name column interchangeably with cluster. No additional configuration or changes are required.