0

I am trying to understand what the difference is between

MATCH (a) WHERE a.name='Peter' RETURN a

and

MATCH (a {name:'Peter'}) RETURN a 

both return the same results. Is one faster or cheaper in computing cycles? Which is the preferred approach?

David Makogon
  • 69,407
  • 21
  • 141
  • 189
Steven M
  • 574
  • 4
  • 20

0 Answers0