You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/04/22 07:27:28 UTC

[GitHub] [iotdb] SteveYurongSu commented on a change in pull request #2080: Add continuous compaction in level compaction strategy

SteveYurongSu commented on a change in pull request #2080:
URL: https://github.com/apache/iotdb/pull/2080#discussion_r618145347



##########
File path: server/src/assembly/resources/conf/iotdb-engine.properties
##########
@@ -314,6 +314,10 @@ compaction_strategy=LEVEL_COMPACTION
 # Whether to merge unseq files into seq files or not.
 enable_unseq_compaction=true
 
+# Works when the compaction_strategy is LEVEL_COMPACTION.
+# Whether to start next compaction task automatically after finish one compaction task
+enable_continuous_compaction = true

Review comment:
       Comment the config item by default.




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org