system.filesystem_cache
Description
Contains information about all entries inside filesystem cache for remote objects.
Columns
cache_name(String) — Name of the cache object. Can be used inSYSTEM DESCRIBE FILESYSTEM CACHE <name>,SYSTEM DROP FILESYSTEM CACHE <name>commandscache_base_path(String) — Path to the base directory where all cache files (of a cache identified bycache_name) are stored.cache_path(String) — Path to a particular cache file, corresponding to a file segment in a source filekey(String) — Cache key of the file segmentfile_segment_range_begin(UInt64) — Offset corresponding to the beginning of the file segment rangefile_segment_range_end(UInt64) — Offset corresponding to the (including) end of the file segment rangesize(UInt64) — Size of the file segmentstate(String) — File segment state (DOWNLOADED, DOWNLOADING, PARTIALLY_DOWNLOADED, ...)finished_download_time(DateTime) — Time when file segment finished downloading.cache_hits(UInt64) — Number of cache hits of corresponding file segmentreferences(UInt64) — Number of references to corresponding file segment. Value 1 means that nobody uses it at the moment (the only existing reference is in cache storage itself)downloaded_size(UInt64) — Downloaded size of the file segmentkind(String) — File segment kind (used to distinguish between file segments added as a part of 'Temporary data in cache')unbound(UInt8) — Internal implementation flaguser_id(String) — User id of the user which created the file segmentsegment_type(String) — Type of the segment. Used to separate data files(.json,.txtand etc) from data file(.bin, mark files).file_size(Nullable(UInt64)) — File size of the file to which current file segment belongs