|
|
|
|
|
by cperciva
4622 days ago
|
|
He will also talk about how RethinkDB fits into the CAP theorem (they chose CA) There's no such thing as "choosing CA". You can't "choose" to not have partitions any more than you can "choose" to never have hard drives fail. The question is, when things fail (yes, when, not if) how does your system respond? Alas, I'm in Vancouver, not San Francisco, so I can't attend and rant about this in person. |
|
Take for example Riak, they chose "AP" which means the system will continue working just fine through a network partition at the expense of not giving a strong consistency guarantee (eventual consistency). That doesn't mean that the data isn't consistent at all, just that it isn't its main concern.