Hi all,
At work we have a use case where traversal starting from multiple vertices
is required. What is the best way to approach this kind of query?
All I can think of is to use FOR to loop through each starting vertex and
perform a traversal from that vertex. Something like:
FOR starting IN [....]
FOR v IN OUTBOUND starting
GRAPH foo
{ ... }
Is there any better way to do it?
Please note the starting set of vertices can be quite big in our use case.
Thanks,
Marco
--
You received this message because you are subscribed to the Google Groups
"ArangoDB" 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.