caozj1011 commented on code in PR #11948:
URL: https://github.com/apache/iotdb/pull/11948#discussion_r1461620720


##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java:
##########
@@ -405,10 +405,10 @@ public class IoTDBConfig {
    * If a memTable's created time is older than current time minus this, the 
memtable will be

Review Comment:
   last update time



##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java:
##########
@@ -393,10 +393,10 @@ public class IoTDBConfig {
    * If a memTable's created time is older than current time minus this, the 
memtable will be

Review Comment:
   last update time



##########
iotdb-core/node-commons/src/assembly/resources/conf/iotdb-common.properties:
##########
@@ -490,29 +490,29 @@
 
 # If a memTable's created time is older than current time minus this, the 
memtable will be flushed to disk.
 # Only check sequence tsfiles' memtables.
-# The default flush interval is 3 * 60 * 60 * 1000. (unit: ms)
+# The default flush interval is 10 * 60 * 1000. (unit: ms)
 # Datatype: long
-# seq_memtable_flush_interval_in_ms=10800000
+# seq_memtable_flush_interval_in_ms=600000
 
 # The interval to check whether sequence memtables need flushing.
-# The default flush check interval is 10 * 60 * 1000. (unit: ms)
+# The default flush check interval is 30 * 1000. (unit: ms)
 # Datatype: long
-# seq_memtable_flush_check_interval_in_ms=600000
+# seq_memtable_flush_check_interval_in_ms=30000
 
 # Whether to timed flush unsequence tsfiles' memtables.
 # Datatype: boolean
 # enable_timed_flush_unseq_memtable=true
 
 # If a memTable's created time is older than current time minus this, the 
memtable will be flushed to disk.

Review Comment:
   last update time



##########
iotdb-core/node-commons/src/assembly/resources/conf/iotdb-common.properties:
##########
@@ -490,29 +490,29 @@
 
 # If a memTable's created time is older than current time minus this, the 
memtable will be flushed to disk.

Review Comment:
   last update time



-- 
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]

Reply via email to