Hi,

I just have a question about how are working reads and writes in 
distributed mode.

Here is how I have understood it.

- Assuming a read and write quorum of 1:
If we create an object on a node and try to read it from another node 
before it has been replicated, we will not have any errors but the new 
object will not be retrieved because it doesn't exist yet on the other node.

- Assuming a read quorum > 1:
If we create an object on a node and try to read it from another node 
before it has been completely replicated, we could have an error/conflict 
if the new object is not created on all the nodes that are read (according 
to read quorum).

Could you please confirm this behavior.

Thanks

-- 

--- 
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 orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to