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

> Содержит историю всех операций предварительного чтения, выполненных при чтении из таблиц MergeTree, использующих удалённую файловую систему.
Эту таблицу можно в любой момент безопасно очистить с помощью TRUNCATE или удалить с помощью DROP.

# system.filesystem_read_prefetches_log

Содержит историю всех операций предварительного чтения, выполненных при чтении из таблиц MergeTree, использующих удалённую файловую систему.

Эту таблицу можно в любой момент безопасно очистить с помощью TRUNCATE или удалить с помощью DROP.

Столбцы:

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