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.

Cypher query in distributed system:Neo4j

Sir ,Can you please tell me how cypher query or how graph works on cluster based architecture?

6 REPLIES 6

There's quite a complete description with diagrams and examples in the documentation:

https://neo4j.com/docs/operations-manual/current/clustering/introduction/

Please have a look at this and let us know if you have any specific questions.

Sir, i want to know how graph partitioned over cluster

As of Neo4j 3.4, the graph is not partitioned. In a cluster architecture, an entire copy of the graph is present on all nodes in the cluster.

Sir, can you please provide me some manual

Sir ,actually i want to compare stand alone and distributed processing of graph database

I'm sorry, I do not understand your question. The manual is linked above, so if you're looking for documentation I have provided it.