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.

Need idea about Cypher query writing

Hi,
I have a NEO4J database with 10M+ Nodes and 40M+ relationships. There is a system where I am getting data about 2/3M new rows per hour.
What I am doing now is merging the new nodes and calculating the new relationships for incoming rows.
The relationships are the similarity between the users between them. To calculate the similarity I am using graph data science(GDS) modules cosine similarity functions. But it is taking a lot of time.
What should I do to calculate the new relationships at a nearly new real-time frame or a small delay?

Thanks in advance for help.

1 REPLY 1

link to related question