system.dropped_tables
包含已执行 drop table 操作但尚未完成数据清理的表的相关信息。
列:
index(UInt32) — 在marked_dropped_tables队列中的索引。database(String) — 数据库名称。table(String) — 表名。uuid(UUID) — 表的 UUID。engine(String) — 表引擎名称。metadata_dropped_path(String) — 表的元数据文件在metadata_dropped目录中的路径。table_dropped_time(DateTime) — 下次尝试删除表数据的预定时间。通常为表被删除时间加上database_atomic_delay_before_drop_table_sec。
示例
下面的示例展示了如何获取 dropped_tables 的相关信息。