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) — 処理中に発生した例外