2022-08-26 19:07:59 +00:00
|
|
|
---
|
|
|
|
slug: /zh/operations/system-tables/detached_parts
|
|
|
|
---
|
2021-12-26 08:15:36 +00:00
|
|
|
# system.detached_parts {#system_tables-detached_parts}
|
2020-06-22 08:45:22 +00:00
|
|
|
|
2021-12-26 08:15:36 +00:00
|
|
|
包含关于 [MergeTree](../../engines/table-engines/mergetree-family/mergetree.md) 表的分离分区的信息。`reason` 列详细说明了该分区被分离的原因。
|
2020-06-22 08:45:22 +00:00
|
|
|
|
2022-08-29 17:59:51 +00:00
|
|
|
对于用户分离的分区,原因是空的。你可以通过 [ALTER TABLE ATTACH PARTITION\|PART](../../sql-reference/statements/alter/partition.mdx#alter_attach-partition) 命令添加这些分区。
|
2020-06-22 08:45:22 +00:00
|
|
|
|
2021-12-26 08:15:36 +00:00
|
|
|
关于其他列的描述,请参见 [system.parts](../../operations/system-tables/parts.md#system_tables-parts)。
|
2020-06-22 08:45:22 +00:00
|
|
|
|
2022-08-29 17:59:51 +00:00
|
|
|
如果分区名称无效,一些列的值可能是`NULL`。你可以通过[ALTER TABLE DROP DETACHED PART](../../sql-reference/statements/alter/partition.mdx#alter_drop-detached)来删除这些分区。
|