> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-mintlify-3a82795f.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> 记录了远程文件系统上对象的文件系统缓存相关的所有历史事件。
可随时安全地截断或删除此表。

# system.filesystem_cache_log

记录了远程文件系统上对象的文件系统缓存相关的所有历史事件。

可随时安全地截断或删除此表。

列：

* `hostname` ([LowCardinality(String)](/zh/reference/data-types/lowcardinality)) — 主机名
* `event_date` ([Date](/zh/reference/data-types/date)) — 事件日期
* `event_time` ([DateTime](/zh/reference/data-types/datetime)) — 事件时间
* `query_id` ([String](/zh/reference/data-types/string)) — 查询 ID
* `source_file_path` ([String](/zh/reference/data-types/string)) — 文件系统上的 File 段路径
* `file_segment_range` ([Tuple(UInt64, UInt64)](/zh/reference/data-types/tuple)) — File 段范围
* `total_requested_range` ([Tuple(UInt64, UInt64)](/zh/reference/data-types/tuple)) — 完整读取范围
* `key` ([String](/zh/reference/data-types/string)) — File 段键
* `offset` ([UInt64](/zh/reference/data-types/int-uint)) — File 段偏移量
* `size` ([UInt64](/zh/reference/data-types/int-uint)) — 读取大小
* `read_type` ([String](/zh/reference/data-types/string)) — 读取类型：READ\_FROM\_CACHE、READ\_FROM\_FS\_AND\_DOWNLOADED\_TO\_CACHE、READ\_FROM\_FS\_BYPASSING\_CACHE
* `read_from_cache_attempted` ([UInt8](/zh/reference/data-types/int-uint)) — 是否尝试从缓存读取
* `read_buffer_id` ([String](/zh/reference/data-types/string)) — 内部实现的读取缓冲区 ID
* `user_id` ([String](/zh/reference/data-types/string)) — 创建该 File 段的用户 ID
