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

> 원격 파일 시스템을 사용하는 MergeTree 테이블을 읽는 동안 수행된 모든 프리페치의 이력을 포함합니다.
이 테이블은 언제든지 truncate하거나 삭제해도 안전합니다.

# system.filesystem_read_prefetches_log

원격 파일 시스템을 사용하는 MergeTree 테이블을 읽는 동안 수행된 모든 프리페치의 이력을 포함합니다.

이 테이블은 언제든지 truncate하거나 삭제해도 안전합니다.

컬럼:

* `hostname` ([LowCardinality(String)](/ko/reference/data-types/lowcardinality))
* `event_date` ([Date](/ko/reference/data-types/date))
* `event_time` ([DateTime](/ko/reference/data-types/datetime))
* `query_id` ([String](/ko/reference/data-types/string))
* `path` ([String](/ko/reference/data-types/string))
* `offset` ([UInt64](/ko/reference/data-types/int-uint))
* `size` ([Int64](/ko/reference/data-types/int-uint))
* `prefetch_submit_time` ([DateTime64(6)](/ko/reference/data-types/datetime64))
* `priority` ([Int64](/ko/reference/data-types/int-uint))
* `prefetch_execution_start_time` ([DateTime64(6)](/ko/reference/data-types/datetime64))
* `prefetch_execution_end_time` ([DateTime64(6)](/ko/reference/data-types/datetime64))
* `prefetch_execution_time_us` ([UInt64](/ko/reference/data-types/int-uint))
* `state` ([String](/ko/reference/data-types/string))
* `thread_id` ([UInt64](/ko/reference/data-types/int-uint))
* `reader_id` ([String](/ko/reference/data-types/string))
