Paper Notes: [CONCUR'15] A Framework for Transactional Consistency Models with Atomic Visibility
This article introduces the formal framework of a paper on transactional consistency models and explains the intuitive meaning of concepts …
Tags
Posts gathered under this term.
This article introduces the formal framework of a paper on transactional consistency models and explains the intuitive meaning of concepts …
Starting from the CAP theorem and ACID properties, this article discusses the trade-offs among consistency, availability, and transaction d…
This article introduces Raft's leader election and log replication mechanisms, and discusses how it differs from Paxos in understandability…
This article summarizes Paxos's core safety properties, proposal process, and the basic derivation of the single-decree consensus problem.