imbajin commented on issue #333: URL: https://github.com/apache/incubator-hugegraph-toolchain/issues/333#issuecomment-1249039311
> 你好;这个只会在spark-loader情况下出现,本地load代码中loadcontext创建后执行了createSchema()获取了最新的元数据;我们是运行spark-loader发现性能比较差,排查了代码发现每次buildVertex和builEdge时都要通过client去后端查询,而且查询后并没有放入schemaCache中;我现在是在代码中增加了client查询元数据后更新下缓存解决的 @simon824 这里是忘复用 schema-cache 了么 (也可看看 flink-loader 是否也有类似的问题) -- 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: dev-unsubscr...@hugegraph.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org