2020-08-06 08:50:29 +00:00
|
|
|
# system.merge_tree_settings {#system-merge_tree_settings}
|
2020-06-18 08:24:31 +00:00
|
|
|
|
|
|
|
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.
|
2020-08-06 08:50:29 +00:00
|
|
|
|
|
|
|
[Original article](https://clickhouse.tech/docs/en/operations/system_tables/merge_tree_settings) <!--hide-->
|