2011/4/5 Jim Webber <j...@neotechnology.com>

> Hi Alfredas,
>
> One sensible thing you could do in this situation is run in HA mode. That
> way you route requests to one node, and route reads to the other.
>
> If you route writes to the master, the read slave is eventually consistent.
> If you route writes to the slave, it is immediately consistent.
>
> (obviously this advice does not apply if you have more than two instances!)
>

Although a:

* pull updates (which pulls updates from master if updates are available)
* read

will make sure you're reading the latest data no matter how many instances
there are in the cluster.

>
> Jim
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>



-- 
Mattias Persson, [matt...@neotechnology.com]
Hacker, Neo Technology
www.neotechnology.com
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to