How so currently? Transactional cypher endpoint? With parameters? Should be able to achieve more that 1500 nodes / s.
Michael Am 17.12.2013 um 18:01 schrieb Alex Frieden <[email protected]>: > Doing about 18915627 nodes in 210 minutes. Also looking to explore server > architecture options in AWS. > > > On Tue, Dec 17, 2013 at 9:20 AM, Michael Hunger > <[email protected]> wrote: > > 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. > > > > -- > Alexander Frieden > > > -- > 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.
