system.dropped_tables
Contains information about tables that drop table has been executed on but for which data cleanup has not yet been performed.
Columns:
index
(UInt32) — マークされた削除テーブルキュー内のインデックス。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
によってテーブルの削除時間が決定されます。
Example
The following example shows how to get information about dropped_tables
.