system.filesystem_cache_log
Contains a history of all events occurred with filesystem cache for objects on a remote filesystem.
It is safe to truncate or drop this table at any time.
Columns:
hostname(LowCardinality(String)) — Hostnameevent_date(Date) — Event dateevent_time(DateTime) — Event timequery_id(String) — Id of the querysource_file_path(String) — File segment path on filesystemfile_segment_range(Tuple(UInt64, UInt64)) — File segment rangetotal_requested_range(Tuple(UInt64, UInt64)) — Full read rangekey(String) — File segment keyoffset(UInt64) — File segment offsetsize(UInt64) — Read sizeread_type(String) — Read type: READ_FROM_CACHE, READ_FROM_FS_AND_DOWNLOADED_TO_CACHE, READ_FROM_FS_BYPASSING_CACHEread_from_cache_attempted(UInt8) — Whether reading from cache was attemptedread_buffer_id(String) — Internal implementation read buffer iduser_id(String) — User id of the user which created the file segment