Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
07-08-2019 06:31 AM
Hi everyone,
I have a question about how it works a traversal operation in a cypher query. The search starts by finding the start point. After that, the relationships are traversed. This traverse is it done in parallel or sequently?
Thank you
07-08-2019 09:31 AM
Looks like I answered in the users slack, but I'll reply here too.
Cypher uses DFS expansion by default, but when you use shortestPath()
or shortestPaths()
then it uses a bidirectional BFS expansion from both the start and end nodes.
09-28-2019 12:37 PM
thank you. Exactly, you answered me in Slack.
Many thanks
All the sessions of the conference are now available online