yschengzi commented on code in PR #11756:
URL: https://github.com/apache/iotdb/pull/11756#discussion_r1437415147
##########
iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/conf/CommonConfig.java:
##########
@@ -196,7 +196,7 @@ public class CommonConfig {
private long pipeMemoryExpanderIntervalSeconds = 3 * 60; // 3Min
/** Whether to use persistent schema mode. */
- private String schemaEngineMode = "Memory";
+ private String schemaEngineMode = "PBTree";
Review Comment:
done.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]