v.24.1New Feature

Attach All System Tables in ClickHouse-Local

Attach all system tables in clickhouse-local, including system.parts. This closes #58312. #58359 (Alexey Milovidov).
Attach all system tables, including system.parts, in clickhouse-local.

Why it matters

This feature addresses the limitation of clickhouse-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 running clickhouse-local, all system tables will now be automatically attached and accessible for queries. No additional configuration or commands are required to enable this feature.