In Neo4j all Nodes contains the 100% data. so if you add new node, complete data would be replicated to that new Node too.
Though you can still Query while data is being replicated but it may not give you complete results. As such there is no way to know whether a Node contains the latest data or not. Thanks, Sumit On Friday, 8 May 2015 01:46:04 UTC+5:30, Johannes Schüth wrote: > > Hi, > > i'm using Neo4j 2.1.8 - I want to use Neo4j in the HA Cluster mode. The > whole cluster creation and discovery works just fine but i was wondering > what i can expect once my data reaches a certain size. Assuming my cluster > contains a few GB of data. What will happen when i add another (empty) > instance to the cluster? > > Will the new node only be ready to accept requests once all the data has > been replicated or can i use the node without any delay? In case that a > delay is involved - is it possible to determine when the node is ready? > > Is there a practical limit for the amount of nodes in cluster? > > Greetings > > Johannes > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
