跳转到主内容
跳转到主内容

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) — 处理过程中发生的异常