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