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

> 包含 S3Queue 元数据的内存状态，以及每个文件当前正在处理的行。

# system.s3queue_metadata_cache

<div id="description">
  ## 描述
</div>

包含 S3Queue 元数据的内存状态，以及每个文件当前处理中的行。

<div id="columns">
  ## 列
</div>

* `zookeeper_path` ([String](/zh/reference/data-types/index)) — ZooKeeper 中 元数据 的路径
* `file_path` ([String](/zh/reference/data-types/index)) — 正在处理的文件的路径
* `file_name` ([String](/zh/reference/data-types/index)) — 正在处理的文件的文件名
* `rows_processed` ([UInt64](/zh/reference/data-types/index)) — 当前已处理的行数
* `status` ([String](/zh/reference/data-types/index)) — 处理状态：Processed、Processing、Failed
* `processing_start_time` ([Nullable(DateTime)](/zh/reference/data-types/index)) — 文件开始处理的时间
* `processing_end_time` ([Nullable(DateTime)](/zh/reference/data-types/index)) — 文件处理结束的时间
* `exception` ([String](/zh/reference/data-types/index)) — 处理过程中发生的异常
