ClickHouse/docs/ja/operations/system-tables/detached_tables.md
2024-11-18 11:58:58 +09:00

1.1 KiB
Raw Blame History

slug
/ja/operations/system-tables/detached_tables

detached_tables

各分離されたテーブルの情報を含みます。

カラム:

  • database (String) — テーブルが所属するデータベースの名前。

  • table (String) — テーブル名。

  • uuid (UUID) — テーブルのUUIDAtomicデータベース

  • metadata_path (String) - ファイルシステム内のテーブルメタデータへのパス。

  • is_permanently (UInt8) - テーブルがPERMANENTLYで分離されたことを示すフラグ。

SELECT * FROM system.detached_tables FORMAT Vertical;
Row 1:
──────
database:                   base
table:                      t1
uuid:                       81b1c20a-b7c6-4116-a2ce-7583fb6b6736
metadata_path:              /var/lib/clickhouse/store/461/461cf698-fd0b-406d-8c01-5d8fd5748a91/t1.sql
is_permanently:             1