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

system.s3queue_metadata_cache

説明

S3Queue メタデータのインメモリ状態と、各ファイルで現在処理中の行を保持します。

カラム

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