v.19.8Improvements
Clickhouse-client: Allow to Run with Unaccessable History File (read-only, No Disk Space, File Is Directory, ...)
clickhouse-client: allow to run with unaccessable history file (read-only, no disk space, file is directory, ...). #5431 (proller)
Why it matters
This feature enhances the robustness of theclickhouse-client by allowing users to start and use the client without failures caused by issues with the history file. It prevents disruptions and improves user experience in environments with restrictive file permissions or storage problems.How to use it
This feature is enabled by default; users do not need to take any special actions. Theclickhouse-client automatically handles cases where the history file is not accessible and continues to operate normally.