temporarly store all parts in compact format

This commit is contained in:
CurtizJ 2019-12-25 20:08:12 +03:00
parent c8393f2c8b
commit aadb948c09

View File

@ -31,7 +31,7 @@ struct MergeTreeSettings : public SettingsCollection<MergeTreeSettings>
\
/** Data storing format settigns. */ \
M(SettingUInt64, min_bytes_for_wide_part, 0, "", 0) \
M(SettingUInt64, min_rows_for_wide_part, 0, "", 0) \
M(SettingUInt64, min_rows_for_wide_part, 10000000000, "", 0) \
\
/** Merge settings. */ \
M(SettingUInt64, merge_max_block_size, DEFAULT_MERGE_BLOCK_SIZE, "How many rows in blocks should be formed for merge operations.", 0) \