v.24.7Improvement
Reduce ClickHouse Local Prompt to Smiley Face for macOS
Reduceclickhouse-localprompt to just:).getFQDNOrHostName()takes too long on macOS, and we don't want a hostname in the prompt forclickhouse-localanyway. #65510 (Konstantin Bogdanov).
Why it matters
On macOS, the functiongetFQDNOrHostName() used to determine the prompt takes a long time to execute. Since the hostname is not essential for the clickhouse-local prompt, this change reduces user wait time by replacing the prompt with a simple and fast :) indicator.How to use it
No user action is required. After updating to the new ClickHouse version, theclickhouse-local prompt will automatically show as :) with improved responsiveness.