Is it possible to run a Neo4j cluster with strong consistency? -


the docs of neo4j state when running in ha mode, eventual consistency. quote page:

all updates propagate master other slaves write 1 slave may not visible on other slaves

my question is: there configuration allow me write cluster strong consistency, of course @ cost of reduced performance? i'm looking sort of active-passive failover cluster configuration.

there such config option. ha.tx_push_factor determines how many slaves transaction should pushed synchronously. when setting ha.tx_push_factor=<clustersize>-1 have immediate full consistency.


Comments

Popular posts from this blog

c - CUDA code not processing if block properly -

oracle11g - get root domain from url Oracle sql regex_substr -

xcode - Swift Playground - Files are not readable -