fanhualta commented on a change in pull request #430: [IOTDB-193]Create schema 
automatically
URL: https://github.com/apache/incubator-iotdb/pull/430#discussion_r332910579
 
 

 ##########
 File path: server/src/assembly/resources/conf/iotdb-engine.properties
 ##########
 @@ -292,3 +292,31 @@ watermark_module_opened=false
 watermark_secret_key=IoTDB*2019@Beijing
 watermark_bit_string=100101110100
 watermark_method=GroupBasedLSBMethod(embed_row_cycle=2,embed_lsb_num=5)
+
+
+####################
+### Configurations for creating schema automatically
+####################
+
+# Is automatically creating schema enable
+enable_auto_create_schema=true
+
+# Storage group level when creating schema automatically is enable
+# The default is 2
+auto_storage_group_level=2
+
+# Boolean encoding when creating schema automatically is enable
+# The default is RLE
+auto_boolean_encoding=RLE
+
+# Long encoding when creating schema automatically is enable
+# The default is RLE
+auto_long_encoding=RLE
+
+# Double encoding when creating schema automatically is enable
+# The default is GORILLA
+auto_double_encoding=GORILLA
+
+# String encoding when creating schema automatically is enable
+# The default is PLAIN
+auto_string_encoding=PLAIN
 
 Review comment:
   I just wonder how you determine the default encodings for these types.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to