Lec16 Video: Distributed Transactions; CAP (03/27/19)
UMass OS · 68:56
This lecture explains why multi-step updates across shared data need transactions (not just locks), then shows how to implement ACID semantics with private copy-on-write workspaces versus write-ahead logging, and how...