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:33:22 UTC

[iotdb] branch master updated: change seq level to 3

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4696f0f  change seq level to 3
4696f0f is described below

commit 4696f0f2e96ecf87e64668ddc943411b8771525d
Author: qiaojialin <64...@qq.com>
AuthorDate: Wed Nov 4 11:32:56 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.