Am 17.12.2013 um 15:02 schrieb Alex Frieden <[email protected]>:

> So in a lot of server configs you can have multiple read and write servers.  
> How does it work in neo4j with multiple write servers?  Isn't the only 
> configuration one master and many slaves?  My guess is you would run into 
> problems with expecting certain nodes to be unique but when you have two 
> write servers that may no longer be true.  Thanks!
> 
You can also write to slaves but they will just grab global locks and 
synchronize with the master, so it will be slower than writing to the master 
directly.

What is your write-throughput?

Michael

> -- 
> 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/groups/opt_out.

-- 
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/groups/opt_out.

Reply via email to