mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
7170f3c534
* prefer relative links from root * wip * split aggregate function reference * split system tables
446 B
446 B
system.merge_tree_settings
Contains information about settings for MergeTree
tables.
Columns:
name
(String) — Setting name.value
(String) — Setting value.description
(String) — Setting description.type
(String) — Setting type (implementation specific string value).changed
(UInt8) — Whether the setting was explicitly defined in the config or explicitly changed.