Description
Contains information about data files stored on remote disks (e.g. S3, Azure Blob Storage), including the mapping between local metadata paths and remote blob paths.
Each row represents one remote blob object associated with a data file.
Columns
disk_name (String) — Disk name.
path (String) — Disk path.
metadata_type (String) — Metadata storage type of the disk (e.g. Local, PlainRewritable).
cache_base_path (String) — Base directory of cache files.
local_path (String) — Path of ClickHouse file, also used as metadata path.
remote_path (String) — Blob path in object storage, with which ClickHouse file is associated with.
size (UInt64) — Size of the file (compressed).
common_prefix_for_blobs (String) — Common prefix for blobs in object storage.
cache_paths (Array(String)) — Cache files for corresponding blob.
last_modified (DateTime) — Last modification time of the file’s metadata. Zero for a metadata storage that records none.
Example
See Also
Last modified on September 16, 2026