I think I now better understand what you meant by - do I need to do 
batching... indeed if I actually SAVE the edges and only call commit at the 
very end performance remains constant (does not drop to zero) 


graph.addEdge("class:from_relates_to", fromVertex , toVertex , 
"from_relates_to").save();

at the end I do

graph.commit();


I now get a consistant 300 edges created a second. 

This is an improvement but still very poor, I am running multi-threaded on 
a decent machine (32GB RAM)

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to