You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2022/04/14 17:33:59 UTC

[iotdb] branch add_comment created (now d58c8ba257)

This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a change to branch add_comment
in repository https://gitbox.apache.org/repos/asf/iotdb.git


      at d58c8ba257 add comment for max_cross_compaction_candidate_file_nul

This branch includes the following new commits:

     new d58c8ba257 add comment for max_cross_compaction_candidate_file_nul

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iotdb] 01/01: add comment for max_cross_compaction_candidate_file_nul

Posted by qi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a commit to branch add_comment
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit d58c8ba25735491c68b0beb3b983273739d8c522
Author: qiaojialin <64...@qq.com>
AuthorDate: Fri Apr 15 01:33:38 2022 +0800

    add comment for max_cross_compaction_candidate_file_nul
---
 server/src/assembly/resources/conf/iotdb-engine.properties | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/server/src/assembly/resources/conf/iotdb-engine.properties b/server/src/assembly/resources/conf/iotdb-engine.properties
index 8a6673dd85..761ca79c87 100644
--- a/server/src/assembly/resources/conf/iotdb-engine.properties
+++ b/server/src/assembly/resources/conf/iotdb-engine.properties
@@ -250,12 +250,13 @@ config_nodes=127.0.0.1:22277
 # Datatype: String
 timestamp_precision=ms
 
-# Default TTL for storage groups that are not set TTL by statements, in ms. If not set (default),
+# Default TTL for storage groups that are not set TTL by statements, If not set (default),
 # the TTL will be unlimited.
 # Notice: if this property is changed, previous created storage group which are not set TTL will
 # also be affected. And negative values are accepted, which means you can only insert future
 # data.
 # Datatype: long
+# Unit: ms
 # default_ttl=36000000
 
 # Size of log buffer in each metadata operation plan(in byte).
@@ -508,6 +509,7 @@ timestamp_precision=ms
 # max_inner_compaction_candidate_file_num=30
 
 # The max file when selecting cross space compaction candidate files
+# At least one unseq file with it's overlapped seq files will be selected even exceeded this number
 # Datatype: int
 # max_cross_compaction_candidate_file_num=1000