This commit is contained in:
Igor Markelov 2024-05-12 14:21:57 +00:00
parent 14b78e0bba
commit eb94d75448

View File

@ -198,7 +198,7 @@ struct Settings;
M(Bool, cache_populated_by_fetch, false, "Only available in ClickHouse Cloud", 0) \
M(Bool, force_read_through_cache_for_merges, false, "Force read-through filesystem cache for merges", 0) \
M(Bool, allow_experimental_replacing_merge_with_cleanup, false, "Allow experimental CLEANUP merges for ReplacingMergeTree with is_deleted column.", 0) \
M(Bool, allow_experimental_improve_compression_raws_order, false, "Some text about this setting", 0) \
M(Bool, allow_experimental_improve_compression_rows_order, false, "Some text about this setting", 0) \
\
/** Compress marks and primary key. */ \
M(Bool, compress_marks, true, "Marks support compression, reduce mark file size and speed up network transmission.", 0) \