Hi,

I was wondering what the difference is between the following settings in 
the default-distributed-db-config.json file:

{
    "executionMode": "undefined",
    "readQuorum": 1,
    "writeQuorum": 1,
}

or

{
    "executionMode": "asynchronous",
    "readQuorum": 1,
    "writeQuorum": 2,
}

Obviously they will both return immediately after writing to each local 
node (instead of waiting for other nodes in the quorum) but are there any 
other differences?

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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to