v.24.1New Feature
Attach All System Tables in ClickHouse-Local
Attach all system tables inclickhouse-local, includingsystem.parts. This closes #58312. #58359 (Alexey Milovidov).
Why it matters
This feature addresses the limitation ofclickhouse-local not having access to all system tables. By attaching all system tables, users can query metadata and diagnostics such as parts information directly within clickhouse-local, enhancing debugging and analysis capabilities without needing a full ClickHouse server.How to use it
When runningclickhouse-local, all system tables will now be automatically attached and accessible for queries. No additional configuration or commands are required to enable this feature.