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.

idrismunir
Node Link
since ‎07-09-2019
‎06-01-2022

User Statistics

  • 9 Posts
  • 1 Solutions
  • 3 Kudos given
  • 2 Kudos received

User Activity

I have used spatial functions successfully in earlier versions of neo4j but now gives error when I run on 4.0 match (g1:gps), (g2:gps) return distance(point({latitude:g1.latitude,longitude:g1.longitude}),point({latitude:g2.latitude,longitude:g2.longi...
Hi Michael, I need your help in optimising this cypher query to run pretty much faster preferably in milliseconds. match (c:client{client_id:$var3}) optional match (d:client) where (c.address =d.address or c.employer =d.employer) and c<>d and d.statu...
Hi I currently need help on how to optimize this query match (c:client{client_id:$var3}) optional match (d:client) where (c.address =d.address or c.employer =d.employer) and c<>d and d.status ='WRITE_OFF' return count(distinct d) run in much faste...
Kudos from
Kudos given to