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 2020/11/04 03:34:52 UTC

[iotdb] branch rel/0.11 updated: change seq level to 3

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

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


The following commit(s) were added to refs/heads/rel/0.11 by this push:
     new 18870f7  change seq level to 3
     new eca5799  Merge remote-tracking branch 'origin/rel/0.11' into rel/0.11
18870f7 is described below

commit 18870f7e91ac497bf2ba30dc6af14dede5e66eee
Author: qiaojialin <64...@qq.com>
AuthorDate: Wed Nov 4 11:34:01 2020 +0800

    change seq level to 3
---
 server/src/assembly/resources/conf/iotdb-engine.properties     | 2 +-
 server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/server/src/assembly/resources/conf/iotdb-engine.properties b/server/src/assembly/resources/conf/iotdb-engine.properties
index 48339d8..1b08f27 100644
--- a/server/src/assembly/resources/conf/iotdb-engine.properties
+++ b/server/src/assembly/resources/conf/iotdb-engine.properties
@@ -284,7 +284,7 @@ seq_file_num_in_each_level=6
 
 # Works when the compaction_strategy is LEVEL_COMPACTION.
 # The max num of seq level.
-seq_level_num=4
+seq_level_num=3
 
 # Works when compaction_strategy is LEVEL_COMPACTION.
 # The max ujseq file num of each level.
diff --git a/server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java b/server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java
index a7edf68..2391246 100644
--- a/server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java
+++ b/server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java
@@ -318,7 +318,7 @@ public class IoTDBConfig {
    * Works when the compaction_strategy is LEVEL_COMPACTION.
    * The max num of seq level.
    */
-  private int seqLevelNum = 4;
+  private int seqLevelNum = 3;
 
   /**
    * Works when compaction_strategy is LEVEL_COMPACTION.