v.24.2Improvement
Made comments for system tables in clickhouse-local
Made comments for system tables also available insystem.tablesinclickhouse-local. #59493 (Nikita Mikhaylov).
Why it matters
Previously, comments on system tables were not accessible inclickhouse-local. This feature enables users to view table comments directly within the system.tables metadata, improving usability and metadata inspection in local environments.How to use it
Useclickhouse-local as usual. Query the system.tables system table to see comments on system tables included in the results.