v.25.10Improvement
Allow clickhouse-local
Allowclickhouse-localto start from theclickhouse-serverdirectory. In previous versions, it produced an errorCannot parse UUID: .Now you can start clickhouse-local and manipulate the server's databases without starting the server. #88383 (Alexey Milovidov).
Why it matters
Previously, startingclickhouse-local from the clickhouse-server directory caused a "Cannot parse UUID" error. This feature resolves that issue, allowing users to work with server databases locally without needing the server to be active, improving flexibility and convenience.How to use it
Simply startclickhouse-local from the clickhouse-server directory as usual. The error will no longer occur, and you can perform operations on server databases locally without starting the server.