cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Arthur_
Node
since ‎09-07-2022
‎09-07-2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

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...