system.merge_tree_settings

    • 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.
    1. Row 1:
    2. ──────
    3. name: index_granularity
    4. value: 8192
    5. changed: 0
    6. description: How many rows correspond to one primary key value.
    7. type: SettingUInt64
    8. Row 2:
    9. ──────
    10. name: min_bytes_for_wide_part
    11. value: 0
    12. changed: 0
    13. description: Minimal uncompressed size in bytes to create part in wide format instead of compact
    14. type: SettingUInt64
    15. Row 3:
    16. ──────
    17. name: min_rows_for_wide_part
    18. value: 0
    19. description: Minimal number of rows to create part in wide format instead of compact
    20. type: SettingUInt64
    21. Row 4:
    22. ──────
    23. name: merge_max_block_size
    24. value: 8192
    25. changed: 0
    26. description: How many rows in blocks should be formed for merge operations.
    27. type: SettingUInt64
    28. 4 rows in set. Elapsed: 0.001 sec.