I created the following query in the known movie database:
MATCH (m:Movie)-[:ACTED_IN]-()-[:FRI]-(p:Person {name:'Tom Hanks})
I was wondering if the node represented by '()' should include a label to improve its performance.
So which query is better...