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