It looks like the HA implementation is for eventual consistency, tunable by how 
often a slave polls the master for updates from other nodes.

With a load balanced cluster, is the best practice to simply use sticky 
sessions on clients to ensure that immediate reads of updated data are served 
by the same node that wrote the update and are therefore consistent? Any other 
recommended approaches?

How much overhead is there If you set the poll interval to a low duration, 1 
sec or less?

Thanks for your help

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

Reply via email to