HTHou commented on issue #7310: URL: https://github.com/apache/iotdb/issues/7310#issuecomment-1272196246
Hi @zhouzhiy, it seems that it caused by memtable is too small and flushed too much times. You can try changing `avg_series_point_number_threshold` from `10000` to `1000000` to improve it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
