我们有大约5种不同类型的顶点标签,这些标签累计有1百万个顶点。
当前加载完整顶点的性能非常差。有没有办法以更好的性能进行批量加载。
我正在使用DSE 6.0,我们正在通过gremlin scala使用图形。
答案 0 :(得分:2)
在DSE Graph 6.0中进行批量加载的最佳方法是使用DSE GraphFrames-https://docs.datastax.com/en/dse/6.0/dse-dev/datastax_enterprise/graph/graphAnalytics/dseGraphFrameOverview.html
在内部基准测试中,我们发现DSE GraphFrames与纯Tinkerpop相比具有良好的效果。您是否尝试过这种方法?