disable sparse columns

This commit is contained in:
Anton Popov 2021-05-07 05:21:24 +03:00
parent 5150c3b9b5
commit 1823ea6efd

View File

@ -33,7 +33,7 @@ struct Settings;
M(UInt64, min_rows_for_compact_part, 0, "Experimental. Minimal number of rows to create part in compact format instead of saving it in RAM", 0) \
M(Bool, in_memory_parts_enable_wal, true, "Whether to write blocks in Native format to write-ahead-log before creation in-memory part", 0) \
M(UInt64, write_ahead_log_max_bytes, 1024 * 1024 * 1024, "Rotate WAL, if it exceeds that amount of bytes", 0) \
M(Float, ratio_for_sparse_serialization, 0, "", 0) \
M(Float, ratio_for_sparse_serialization, 1.1, "", 0) \
\
/** Merge settings. */ \
M(UInt64, merge_max_block_size, DEFAULT_MERGE_BLOCK_SIZE, "How many rows in blocks should be formed for merge operations.", 0) \