You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2020/06/22 16:36:46 UTC

[GitHub] [incubator-iotdb] Ring-k commented on pull request #1387: [IOTDB-709] Create schema automatically

Ring-k commented on pull request #1387:
URL: https://github.com/apache/incubator-iotdb/pull/1387#issuecomment-647634978


   > Good job. But I have a question: if you enable AutoCreation, the receiver of the Insertion plan will create schemas locally and the sender will not sense a schema missing. How do you resolve it?
   
   A new property `ENABLE_AUTO_CREATE_SCHEMA` is added in cluster configurations, which will replace the one in standalone version. In other word, the `ENABLE_AUTO_CREATE_SCHEMA` in iotdb-engine.properties is alwayes treated as `FALSE`. Therefore, the auto schema creation on storage engine level will never be triggered.


----------------------------------------------------------------
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:
users@infra.apache.org