Removed note about experimental state of ZSTD [#CLICKHOUSE-2].

This commit is contained in:
Alexey Milovidov 2017-12-14 20:42:27 +03:00
parent aea1d0ce4a
commit 54476f3c1e

View File

@ -260,10 +260,10 @@
<!- - Conditions. All must be satisfied. Some conditions may be omitted. - ->
<min_part_size>10000000000</min_part_size> <!- - Min part size in bytes. - ->
<min_part_size_ratio>0.01</min_part_size_ratio> <!- - Min size of part relative to whole table size. - ->
<min_part_size_ratio>0.01</min_part_size_ratio> <!- - Min size of part relative to whole table size. - ->
<!- - What compression method to use. - ->
<method>zstd</method> <!- - Keep in mind that zstd compression library is highly experimental. - ->
<method>zstd</method>
</case>
-->
</compression>