6.814 Lecture 18: Distributed Transactions
Pedro Cattori · 71:20
This lecture walks through how a shared-nothing database keeps ACID atomicity when one transaction writes partitions on different machines: two-phase commit (2PC) makes every site force-write a durable yes/no vote, th...