简体   繁体   中英

Gremlin Scala - Bulk Loading of vertices

we have some 5 different types of vertice labels which will cumulatively have 1 million vertices.

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.

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

We've seen in internal benchmarks good results with DSE GraphFrames vs. pure Tinkerpop. Have you tried this approach yet?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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