Skip to content

Instantly share code, notes, and snippets.

@lesandie
Created June 25, 2024 08:32
Show Gist options
  • Save lesandie/5a55f81f5869ef1c53884d064782059a to your computer and use it in GitHub Desktop.
Save lesandie/5a55f81f5869ef1c53884d064782059a to your computer and use it in GitHub Desktop.
Upgrade snippet for ClickHouse to allow Downgrades
<!-- Upgrade from 21/22 to 23.8 and after to 24 -->
<clickhouse>
<index_mark_cache_size>5368709120</index_mark_cache_size>
<merge_tree>
<ratio_of_defaults_for_sparse_serialization>1</ratio_of_defaults_for_sparse_serialization>
<compress_marks>0</compress_marks>
<compress_primary_key>0</compress_primary_key>
</merge_tree>
</clickhouse>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment