Consistency Models
Strong Consistency is achieved by forcing a replica not to accept new reads/writes until every replica has agreed on current write. This could block new operations.
Eventual consistency is the recommended model for a KV store.
Consistency Models
Strong Consistency is achieved by forcing a replica not to accept new reads/writes until every replica has agreed on current write. This could block new operations.
Eventual consistency is the recommended model for a KV store.