v.1.1.54362New Feature
Added Columns to System Tables
Added thedata_pathandmetadata_pathcolumns tosystem.tablesandsystem.databasestables, and added thepathcolumn to thesystem.partsandsystem.parts_columnstables.
Why it matters
The feature provides users with direct access to the file system paths where table and part data and metadata are stored. This enhances transparency and aids in debugging, auditing, and managing ClickHouse storage.How to use it
Query thesystem.tables and system.databases tables to see the data_path and metadata_path columns, and query the system.parts and system.parts_columns tables to view the path column, using standard SQL queries.