shizy818 commented on code in PR #14616: URL: https://github.com/apache/iotdb/pull/14616#discussion_r1926185528
########## iotdb-core/node-commons/src/assembly/resources/conf/iotdb-system.properties.template: ########## @@ -1142,6 +1142,13 @@ unseq_memtable_flush_check_interval_in_ms=30000 # effectiveMode: restart tvlist_sort_algorithm=TIM +# When point number in the working TVList exceeds this, it is sorted and handover in writable memtable +# default 0 means it does not handover working tvlist +# effectiveMode: hot_reload +# Datatype: int +tvlist_sort_threshold=0 + +# When the average point number of timeseries in memtable exceeds this, the memtable is flushed to disk. The default threshold is 100000. Review Comment: done -- 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]
