跳到主要内容
跳到主要内容

system.detached_tables

包含关于每个分离表的信息。

列:

  • database (String) — 表所在数据库的名称。

  • table (String) — 表名。

  • uuid (UUID) — 表的 uuid(原子数据库)。

  • metadata_path (String) - 文件系统中表元数据的路径。

  • is_permanently (UInt8) - 表示表是永久分离的标志。

示例