提交 972bb65d 编写于 作者: M Megrez Lu

add comment

上级 56d84226
......@@ -57,6 +57,7 @@ public class BanyanDBIndexInstaller extends ModelInstaller {
// then check entity schema
if (metadata.findRemoteSchema(c).isPresent()) {
// register models only locally but not remotely
if (model.isTimeSeries() && model.isRecord()) { // stream
MetadataRegistry.INSTANCE.registerStreamModel(model, config, configService);
} else if (model.isTimeSeries() && !model.isRecord()) { // measure
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册