メインコンテンツへスキップ
メインコンテンツへスキップ

system.azure_queue_metadata_cache

説明

AzureQueue メタデータのインメモリ状態と、ファイルごとに現在処理中の行が含まれます。

カラム

  • zookeeper_path (String) — メタデータへの zookeeper 内のパス
  • file_path (String) — 処理中のファイルのパス
  • file_name (String) — 処理中のファイル名
  • rows_processed (UInt64) — 現在処理中の行数
  • status (String) — 処理のステータス: ProcessedProcessingFailed
  • processing_start_time (Nullable(DateTime)) — ファイルの処理が開始された時刻
  • processing_end_time (Nullable(DateTime)) — ファイルの処理が終了した時刻
  • exception (String) — 処理中に発生した例外