v.20.3Improvement
Added Cluster Names to Suggestions in Interactive ClickHouse Client
Added names of clusters to suggestions in interactive mode in clickhouse-client. #8709 (alexey-milovidov)Why it matters
This feature improves user experience by providing cluster names in the autocomplete suggestions, making it easier and faster to write queries that involve clusters without needing to remember exact cluster names.How to use it
In theclickhouse-client interactive mode, cluster names will now automatically appear as suggestions when typing queries. No additional configuration or commands are needed to enable this feature.