mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-30 03:22:14 +00:00
DOCAPI-6890: system.parts.is_frozen description. (#5537)
* DOCAPI-6890: system.parts.is_frozen description. * DOCAPI-6890: Typo fix.
This commit is contained in:
commit
3c158faf16
@ -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 doesn't 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.
|
||||
|
Loading…
Reference in New Issue
Block a user