Distributed Systems¶
Clocks¶
- Time, Clocks, and the Ordering of Events in a Distributed System : Leslie Lamport's 1978 paper on ordering of events in a distributed system.
- Distributed Systems: Physical, Logical, and Vector Clocks: Nice post by Joe Honour explaining logical and vector clocks
CAP Theorem¶
- Towards Robust Distributed Systems : Eric Brewer's original paper on CAP theorem.
- Brewer's Conjecture and the Feasibility of Consistent, Available, Partition-Tolerant Web Services : Gilbert and Lynch's proof of the CAP theorem
- DBMS Musings: Problems with CAP, and Yahoo’s little known NoSQL system: Daniel Abadi's post about how to use PASELC instead of CAP to understand the tradeoffs in design. A paper/article on this is available here as well .
- Please stop calling databases CP or AP: Martin Kleppmann's post critiquing the CAP theorem. This post has a good section on explaining linearizable consistency.
- CAP Theorem: You don’t need CP, you don’t want AP, and you can’t have CA : A really good talk by Siddhartha Reddy introducing CAP and PASELC
Consistency models¶
- Strong consistency models: Excellent post by Kyle Kingsbury about various consistency models.
- Linearizability: A Correctness Condition for Concurrent Objects : Paper on Linearizable consistency
- Consistency in Non-Transactional Distributed Storage Systems : A paper covering all kinds of consistency models
Icons used:
- : Paper
- : Youtube video
- : PDF file