v.25.9New Feature
Add system table iceberg_metadata_log to retrieve Iceberg
Add system table iceberg_metadata_log to retrieve Iceberg metadata files during SELECT statements. #86152 (scanhex12).Why it matters
This feature allows users to inspect the internal Iceberg metadata files used in query processing, improving transparency and debugging capabilities when working with Iceberg tables in ClickHouse.How to use it
Users can query thesystem.iceberg_metadata_log table directly to retrieve detailed information about Iceberg metadata files accessed during SELECT statements.