Exercise 3: Cypher Query Tuning with Neo4j 4.0

Keep in mind there are very few relationships in the movies graph. Because of that, not specifying the relationship type can be about the same or even better performance than with the type specified.

In a more complex or realistic graph with many types of relationships, it will almost always be more efficient to include the relationship type, not just because of correctness, but efficiency.