> ## 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](/ko/reference/data-types/index)) — ZooKeeper에서 메타데이터가 저장된 경로
* `file_path` ([String](/ko/reference/data-types/index)) — 처리 중인 파일의 경로
* `file_name` ([String](/ko/reference/data-types/index)) — 처리 중인 파일의 이름
* `rows_processed` ([UInt64](/ko/reference/data-types/index)) — 현재까지 처리된 행 수
* `status` ([String](/ko/reference/data-types/index)) — 처리 상태: Processed, Processing, Failed
* `processing_start_time` ([Nullable(DateTime)](/ko/reference/data-types/index)) — 파일 처리가 시작된 시간
* `processing_end_time` ([Nullable(DateTime)](/ko/reference/data-types/index)) — 파일 처리가 종료된 시간
* `exception` ([String](/ko/reference/data-types/index)) — 처리 중 발생한 예외
