0

I was wondering if it is possible/recommend to perform an traversal inside the config.visitor of another traversal in Foxx? Would be there any possible lockings/conflicts?

For side info, my task is to traverse between group of nodes. And in order to determine a group of node should be traversed or not, I first need to traverse them in order to generate some aggregated data.

Loredra L
  • 1,485
  • 2
  • 16
  • 32

1 Answers1

0

You can stack AQL traversals in several iterations.

The old traversal API can easily become resource bound by the V8 engine, thus AQL-Traversals should be prefered.

dothebart
  • 5,972
  • 16
  • 40