|
|
|
|
|
by doverton
4376 days ago
|
|
"Consistency around CAP is similar to what you find in a typical ACID model - except that, now, we're in a distributed model." I thought that consistency in ACID meant that data was always consistent with the rules of the database, whereas in CAP it means that the same data held in different locations is the same? Is that not right? |
|
From Eric Brewer himself: "The relationship between CAP and ACID is more complex and often misunderstood, in part because the C and A in ACID represent different concepts than the same letters in CAP..."
(from http://www.infoq.com/articles/cap-twelve-years-later-how-the...)