CODEX
2 Phase Commit and Optimizations in Distributed System
In distributed systems, there are a few things that we care about. Let’s start by talking about these topics before we jump into the actual Algorithm.
Serializability vs Linearizability
Serializability applies to a set of transactions, one at a time(even though the implementation might…