system.azure_queue_metadata_cache
설명
AzureQueue 메타데이터의 인메모리 상태와 파일별로 현재 처리 중인 행 정보를 포함합니다.
컬럼
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) — 처리 중 발생한 예외