Dear colleagues,
I am trying to figure out how to deploy a distributed orientdb setup. I've
followed the manuals, which explicitly state that writeQuorum 1 will result
in 100% asynchronous mode, however I am faced with inserts taking up to 1
second or more. Example:
orientdb {GratefulDeadConcerts}> insert into followed_by (out, in, weight)
values (#9:1, #9:1, 1)
Inserted record 'followed_by#11:7061{out:#9:1,in:#9:1,weight:1} v1' in
0.953000 sec(s).
When I don't run in distributed mode, I have:
orientdb {GratefulDeadConcerts}> insert into followed_by (out, in, weight)
values (#9:1, #9:1, 1)
Inserted record 'followed_by#11:7063{out:#9:1,in:#9:1,weight:1} v1' in
0.002000 sec(s).
writeQuorum 1 has no effect, I've tried several releases from the 1.7
branch and even 2.0, all with the same result. It is important to note that
the nodes are each located on a different continent.
OrientDB looks great and I would really like to use it. Any advice on how
to achieve asynchronous replication is greatly appreciated.
Best regards,
- Ben
--
---
You received this message because you are subscribed to the Google Groups
"OrientDB" 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/d/optout.