Explore >> Select a destination


You are here

jepsen.io
| | blog.thislongrun.com
15.5 parsecs away

Travel
| | CAP theorem and databases: definitions of ACID, Atomic, Consistent, Isolated, Durable vs. available and partition.
| | aphyr.com
12.7 parsecs away

Travel
| |
| | buttondown.com
12.4 parsecs away

Travel
| | One thing about concurrency control ("isolation") in a transactional database is that it incurs costs, and there's broadly two kinds of such costs. The first...
| | briankung.dev
84.7 parsecs away

Travel
| 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...