You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2020/11/23 02:11:48 UTC

[iotdb] branch master updated: Fix userguid doc (#2105)

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

haonan 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 5e795c7  Fix userguid  doc (#2105)
5e795c7 is described below

commit 5e795c7eb200ab5439cf064e99f312803ff5440d
Author: Jialin Qiao <qj...@mails.tsinghua.edu.cn>
AuthorDate: Mon Nov 23 10:11:35 2020 +0800

    Fix userguid  doc (#2105)
    
    * format config
    
    * fix doc
---
 docs/zh/UserGuide/Operation Manual/DDL Data Definition Language.md | 2 +-
 server/src/assembly/resources/conf/iotdb-engine.properties         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/zh/UserGuide/Operation Manual/DDL Data Definition Language.md b/docs/zh/UserGuide/Operation Manual/DDL Data Definition Language.md
index 349e2f7..ba083e0 100644
--- a/docs/zh/UserGuide/Operation Manual/DDL Data Definition Language.md	
+++ b/docs/zh/UserGuide/Operation Manual/DDL Data Definition Language.md	
@@ -32,7 +32,7 @@ IoTDB > set storage group to root.sgcc
 
 根据以上两条SQL语句,我们可以创建出两个存储组。
 
-需要注意的是,当系统中已经存在某个存储组或存储组的父亲节点或者孩子节点被设置为存储组的情况下,用户不可创建存储组。例如在已经有`root.ln`和`root.sgcc`这两个存储组的情况下,创建`root.ln.wf01`存储组是不可行的。系统将给出相应的错误提示,如下所示:
+需要注意的是,存储组的父子节点都不能再设置存储组。例如在已经有`root.ln`和`root.sgcc`这两个存储组的情况下,创建`root.ln.wf01`存储组是不可行的。系统将给出相应的错误提示,如下所示:
 
 ```
 IoTDB> set storage group to root.ln.wf01
diff --git a/server/src/assembly/resources/conf/iotdb-engine.properties b/server/src/assembly/resources/conf/iotdb-engine.properties
index 3e4242e..1bd5c64 100644
--- a/server/src/assembly/resources/conf/iotdb-engine.properties
+++ b/server/src/assembly/resources/conf/iotdb-engine.properties
@@ -278,7 +278,7 @@ compaction_strategy=LEVEL_COMPACTION
 
 # Works when the compaction_strategy is LEVEL_COMPACTION.
 # Whether to merge unseq files into seq files or not.
-enable_unseq_compaction = true
+enable_unseq_compaction=true
 
 # Works when the compaction_strategy is LEVEL_COMPACTION.
 # The max seq file num of each level.