DOCAPI-6890: system.parts.is_frozen description.

This commit is contained in:
BayoNet 2019-06-05 16:32:38 +03:00
parent 5ec179377a
commit 37b77feac3

View File

@ -210,6 +210,8 @@ Formats:
- engine (String) Name of the table engine without parameters.
- is_frozen (UInt8) Flag that shows partition data backup existence. 1, the backup exists. 0, the backup not exist. For more details, see [FREEZE PARTITION](../query_language/alter.md#alter_freeze-partition)
## system.part_log {#system_tables-part-log}
The `system.part_log` table is created only if the [part_log](server_settings/settings.md#server_settings-part-log) server setting is specified.