>
>
> Hi Yuan,
>
> Besides the compaction-related parameters already mentioned in your
> proposal, I
> suggest adding the following settings to the Edge profile:
>
> candidate_compaction_task_queue_size=10
> compaction_max_aligned_series_num_in_one_batch=2
>
> target_compaction_file_size=10485760
> inner_compaction_total_file_size_threshold=52428800
> inner_compaction_total_file_num_threshold=10
> inner_compaction_candidate_file_num=5
>
> max_cross_compaction_candidate_file_num=10
> max_cross_compaction_candidate_file_size=52428800
>
> Since the target compaction file size is reduced, I also suggest
> reducing the TsFile page and chunk sizes to keep the flush and compaction
> working sets small:
>
> target_chunk_point_num=10000
> target_chunk_size=262144
>
> max_number_of_points_in_page=1000
> page_size_in_byte=16384
>
> Best regards,
> Wenwei Shu

Reply via email to