Help wanted!
The following content of this documentation page has been machine-translated. But unlike other websites, it is not done on the fly. This translated text lives on GitHub repository alongside main ClickHouse codebase and waits for fellow native speakers to make it more human-readable. You can also use the original English version as a reference.
Help ClickHouse documentation by editing this page
系统。磁盘
包含有关在定义的磁盘信息 服务器配置.
列:
name
(字符串) — Name of a disk in the server configuration.path
(字符串) — Path to the mount point in the file system.free_space
(UInt64) — Free space on disk in bytes.total_space
(UInt64) — Disk volume in bytes.keep_free_space
(UInt64) — Amount of disk space that should stay free on disk in bytes. Defined in thekeep_free_space_bytes
磁盘配置参数。
系统。storage_policies
包含有关存储策略和卷中定义的信息 服务器配置.
列:
policy_name
(字符串) — Name of the storage policy.volume_name
(字符串) — Volume name defined in the storage policy.volume_priority
(UInt64) — Volume order number in the configuration.disks
(数组(字符串)) — Disk names, defined in the storage policy.max_data_part_size
(UInt64) — Maximum size of a data part that can be stored on volume disks (0 — no limit).move_factor
(Float64) — Ratio of free disk space. When the ratio exceeds the value of configuration parameter, ClickHouse start to move data to the next volume in order.
如果存储策略包含多个卷,则每个卷的信息将存储在表的单独行中。
当前内容版权归 ClickHouse 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 ClickHouse .