system.s3queue_metadata_cache
설명
S3Queue 메타데이터의 메모리 내 상태와 파일별로 현재 처리 중인 행 정보를 포함합니다.
컬럼
zookeeper_path(String) — zookeeper 내 메타데이터 경로file_path(String) — 처리 중인 파일의 경로file_name(String) — 처리 중인 파일의 이름rows_processed(UInt64) — 현재까지 처리된 행 수status(String) — 처리 상태: Processed, Processing, Failedprocessing_start_time(Nullable(DateTime)) — 파일 처리가 시작된 시각processing_end_time(Nullable(DateTime)) — 파일 처리가 종료된 시각exception(String) — 처리 중 발생한 예외