v.24.1New Feature
Table system.dropped_tables_parts for Incompletely Removed Tables
Table system.dropped_tables_parts contains parts of system.dropped_tables tables (dropped but not yet removed tables). #58038 (Yakov Olkhovskiy).
Why it matters
This feature enables users to inspect and monitor the parts of dropped tables that still exist in the system, assisting in understanding the cleanup status and managing storage of dropped tables effectively.How to use it
Query thesystem.dropped_tables_parts system table using standard SELECT statements to view details of parts belonging to dropped tables that are not yet fully removed.