简体   繁体   English

Gremlin Scala-顶点的批量加载

[英]Gremlin Scala - Bulk Loading of vertices

we have some 5 different types of vertice labels which will cumulatively have 1 million vertices. 我们有5种不同类型的顶点标签,这些标签总共将具有1百万个顶点。

Currently loading full vertices is very bad in performance. 当前,加载完整顶点的性能非常差。 Is there a way to do bulk loading with better performance. 有没有办法以更好的性能进行批量加载。

I am using DSE 6.0 and we are using graph via gremlin scala. 我正在使用DSE 6.0,并且正在通过gremlin scala使用图形。

The best way to do bulk loading in DSE Graph 6.0 is with DSE GraphFrames - https://docs.datastax.com/en/dse/6.0/dse-dev/datastax_enterprise/graph/graphAnalytics/dseGraphFrameOverview.html 在DSE Graph 6.0中进行批量加载的最佳方法是使用DSE GraphFrames- https: //docs.datastax.com/en/dse/6.0/dse-dev/datastax_enterprise/graph/graphAnalytics/dseGraphFrameOverview.html

We've seen in internal benchmarks good results with DSE GraphFrames vs. pure Tinkerpop. 在内部基准测试中,我们已经看到DSE GraphFrames与纯Tinkerpop相比有不错的结果。 Have you tried this approach yet? 您是否尝试过这种方法?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM