This is an automated email from the ASF dual-hosted git repository. leirui pushed a commit to branch research/M4-visualization in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 342a84125f7d51446f1e9202e8a440204c507c8c Author: Lei Rui <[email protected]> AuthorDate: Sat Jan 28 10:53:21 2023 +0800 modify engine properties --- server/src/assembly/resources/conf/iotdb-engine.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/assembly/resources/conf/iotdb-engine.properties b/server/src/assembly/resources/conf/iotdb-engine.properties index 4a9b6799ad..e53ff28998 100644 --- a/server/src/assembly/resources/conf/iotdb-engine.properties +++ b/server/src/assembly/resources/conf/iotdb-engine.properties @@ -249,7 +249,7 @@ seq_tsfile_size=1073741824 # close_tsfile_check_interval_in_ms=600000 # When the average point number of timeseries in memtable exceeds this, the memtable is flushed to disk. The default threshold is 10000. -avg_series_point_number_threshold=10000 +avg_series_point_number_threshold=100 # How many threads can concurrently flush. When <= 0, use CPU core number. # concurrent_flush_thread=0
