You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Haonan Hou (Jira)" <ji...@apache.org> on 2020/04/28 06:42:00 UTC

[jira] [Created] (IOTDB-625) Change MNode level number

Haonan Hou created IOTDB-625:
--------------------------------

             Summary: Change MNode level number
                 Key: IOTDB-625
                 URL: https://issues.apache.org/jira/browse/IOTDB-625
             Project: Apache IoTDB
          Issue Type: Improvement
            Reporter: Haonan Hou
             Fix For: 0.10.0-SNAPSHOT


There is a configuration in iotdb-engine.properties:

# Storage group level when creating schema automatically is enabled
# e.g. root.sg0.d1.s2
#      we will set root.sg0 as the storage group if storage group level is 2
default_storage_group_level=2

That means the 'root' is level 1. 

To keep consistent with the document [http://iotdb.apache.org/UserGuide/Master/5-Operation%20Manual/1-DDL%20Data%20Definition%20Language.html#count-timeseries]

we should change the initial level number from 1 to 0.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)