This is an automated email from the ASF dual-hosted git repository. yuyuankang pushed a commit to branch kyy in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 18f011f427bcdc214e6deee8ca7d475518ad3064 Author: Ring-k <[email protected]> AuthorDate: Sun Oct 11 09:55:02 2020 +0800 storage group level --- cluster/src/assembly/resources/conf/iotdb-engine.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/src/assembly/resources/conf/iotdb-engine.properties b/cluster/src/assembly/resources/conf/iotdb-engine.properties index 388982e..4ba125f 100644 --- a/cluster/src/assembly/resources/conf/iotdb-engine.properties +++ b/cluster/src/assembly/resources/conf/iotdb-engine.properties @@ -326,7 +326,7 @@ enable_auto_create_schema=false # 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 +default_storage_group_level=1 # Boolean encoding when creating schema automatically is enabled default_boolean_encoding=RLE
