mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
I've got no style
This commit is contained in:
parent
d158b18703
commit
84c30f2f63
@ -582,7 +582,9 @@ class MergeTreeSettingsRandomizer:
|
||||
"vertical_merge_algorithm_min_columns_to_activate": threshold_generator(
|
||||
0.4, 0.4, 1, 100
|
||||
),
|
||||
"allow_vertical_merges_from_compact_to_wide_parts": lambda: random.randint(0, 1),
|
||||
"allow_vertical_merges_from_compact_to_wide_parts": lambda: random.randint(
|
||||
0, 1
|
||||
),
|
||||
"min_merge_bytes_to_use_direct_io": threshold_generator(
|
||||
0.25, 0.25, 1, 10 * 1024 * 1024 * 1024
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user