Typical insert speed of janusgraph?


Alan Wang <alanw...@...>
 

Hi all,

Thank you for reading this.

I am trying to write a large amount of data into janusgraph with cql. The problem I meet was that the create speed was slow, about 300 edges per second. 

The gremlin statement is probably like this:

g.addE('EDGE').from(g.V(id1)).to(g.V(id2)).property('name', name).next()

I've used multithreading in one transaction, it's really faster than a single thread, but it's not particularly obvious.

What is the typical write TPS of janusgraph? Is normal 300 new edges per second?

Join janusgraph-users@lists.lfaidata.foundation to automatically receive all group messages.