Module 4
Graph Traversal
You have learned how to write queries that use multiple MATCH clauses as well as multiple Full definition for pattern (opens in a new tab)A graph structure written in Cypher, such as a node joined to another node by a relationship..
You have also learned that you can use EXPLAIN and PROFILE to gain more insight into the steps that occur during a query.
In this module, you will learn:
- How the graph engine traverses the graph during a query.
- How Full definition for traversal (opens in a new tab)Following relationships from one node to the next to reach other parts of a graph. works for variable-length patterns.