shizy818 commented on code in PR #14616:
URL: https://github.com/apache/iotdb/pull/14616#discussion_r1901439902
##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java:
##########
@@ -433,6 +433,15 @@ public class IoTDBConfig {
/** The sort algorithm used in TVList */
private TVListSortAlgorithm tvListSortAlgorithm = TVListSortAlgorithm.TIM;
+ /**
+ * the threshold when working TVList is sorted and added into immutable
TVList list in the
+ * writable memtable
+ */
+ private int tvListSortThreshold = 0;
+
+ /** When average series point number reaches this, flush the memtable to
disk */
+ private int avgSeriesPointNumberThreshold = 100000;
Review Comment:
should remove avgSeriesPointNumberThreshold.
--
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]