描述
列
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。
Atomic 数据库中删除的表。对于这些表,table_dropped_time 通常由 database_atomic_delay_before_drop_table_sec 决定。对于 ClickHouse Cloud 中的 Shared 数据库,恢复期则由 database_shared_drop_table_delay_seconds 控制,默认值为 8 小时;从 Shared 数据库中删除的表不会出现在 system.dropped_tables 中。
示例
dropped_tables 的相关信息。