Hello,

 I am trying to traverse a graph using the DFS (depth-first method) and 
using the following API:

  Iterable<Edge> edges = 
vertext.query().direction(Direction.OUT).labels("x1", "x2", "x2", 
"x3").edges();

 It takes over 20 seconds to traverse the graph containing 156,434 nodes

 I am not sure why is it so slow.

 Thanks
Emin


-- 

--- 
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