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.

abhilashgedela
Node Link
since ‎03-18-2020
‎06-01-2022

User Statistics

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

User Activity

Hi, Can someone help me in profiling the query below. I want to decrease the time it takes to execute. Query: MATCH path=((a:Account {id:73})-[*3..5]-(a)) RETURN max(REDUCE(s = 0, r IN relationships(path) | s + r.baseAmount)) AS amt_max
How to synchronise my Postgre SQL database which is running on AWS RDS with the Neo4j instance running on EC2. The data should be synchronised in real time. For every new entry added to the SQL database a node should be created on my graph database.
Kudos from
Kudos given to