Signed-off-by: Murphy <mofei@starrocks.com> Co-authored-by: Murphy <96611012+murphyatwork@users.noreply.github.com>
This commit is contained in:
parent
a34b2a699d
commit
953555c49c
|
|
@ -8,6 +8,8 @@ brpc_socket_max_unwritten_bytes=10737418240
|
|||
# Configs to make compaction more aggressive. Enable compaction after more than 1 version exists. The default is 5.
|
||||
# min_base_compaction_num_singleton_deltas=1
|
||||
# min_cumulative_compaction_num_singleton_deltas=1
|
||||
base_compaction_num_threads_per_disk=4
|
||||
cumulative_compaction_num_threads_per_disk=4
|
||||
|
||||
# Config to allow streaming load large files
|
||||
streaming_load_max_mb=204800
|
||||
|
|
|
|||
Loading…
Reference in New Issue