[ 
https://issues.apache.org/jira/browse/IOTDB-4022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17577697#comment-17577697
 ] 

yanze chen commented on IOTDB-4022:
-----------------------------------

h2. 测试环境

IOTDB:私有云 16核32G 1T的硬盘,默认配置,根据日志看到写入内存分配=2993055334

benchmark:周测配置aligned_seq_config.properties、unseq_config.properties
h2. 测试结果
|| ||aligned_seq_config.properties||unseq_config.properties||
|storage_group_report_threshold=16777216|2209.05 second|1598.57 second|
|write_memory_vriation_report_proportion=0.001|2361.42 second|1632.44 second|
|write_memory_vriation_report_proportion=0.01|2190.96 second| |

> Adjust the storage_group_report_threshold according to memory for writing
> -------------------------------------------------------------------------
>
>                 Key: IOTDB-4022
>                 URL: https://issues.apache.org/jira/browse/IOTDB-4022
>             Project: Apache IoTDB
>          Issue Type: Improvement
>            Reporter: Jialin Qiao
>            Assignee: yanze chen
>            Priority: Major
>              Labels: pull-request-available
>
> Currently, we have a parameter called storage_group_report_threshold, which 
> means when a storage group report its memory usage, it should accumulate a 
> memory change of this number.
> If this parameter is too small, may report frequently, which may decrease the 
> insertion performance.
> If this parameter is too large, may report not in time, which may cause OOM.
>  
> We need to change this parameter according to the memory allocated for 
> writing.
>  
> (1) remove storage_group_report_threshold
> (2) Add a new parameter write_memory_vriation_report_proportion
>  
> To rel/0.13 and master



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to