You are here |
blog.thislongrun.com | ||
| | | |
blog.dtornow.com
|
|
| | | | The CAP theorem is too simplistic and too widely misunderstood to be of much use for characterizing systems. Therefore I ask that we retire all references to the CAP theorem, stop talking about the CAP theorem, and put the poor thing to rest Martin Kleppmann In 2000, Eric Brewer introduced the CAP Conjecture during his keynote address Towards Robust Distributed Systems at the Principles of Distributed Computing conference. Brewer posited that a distributed system cannot achieve Consistency, Availability, and Partition Tolerance simultaneously. | |
| | | |
www.adamconrad.dev
|
|
| | | | Ch 9 of my book club review of Designing Data-Intensive Applications by Martin Kleppmann. | |
| | | |
alexdebrie.com
|
|
| | | | In this post, understand the different concepts of consistency as applied to distributed databases, as well as some issues with the conversation of consistency. | |
| | | |
briankung.dev
|
|
| | I survived David Beazley's weeklong course on the Raft consensus algorithm that powers technologies like Kubernetes, MongoDB, and Neo4j. Image from https://raft.github.io/ The Raft Consensus Algorithm is a way for a gaggle of computers to agree on a sequence of events, or a "log" of events. Raft is useful for things like databases - once... |