python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
CAP Theorem - satify consistency by always erroring on read
The wiki page and one of my instructors say
Consistency: Every read receives the most recent write or an error.
I have learned we can only satisfy two of them at all-time, but, seriously, wouldn't t...
Zack Light
Votes: 0
Answers: 1
Why cassandra is considered as partition tolerant by CAP theorem despite we can isolate the coordinator?
Here is the definition of partition tolerance by Gilbert and Lynch
When a network is partitioned, all messages sent from nodes in one
component of the partition to nodes in another component are lost...

Nelson Tatius
Votes: 0
Answers: 2