Lesson 9: Distributed Transactions Flashcards
1
Q
What is a transaction?
A
A group of operations that need to be applied together in an indivisible manner (all or none).
2
Q
What is a distributed transaction?
A
Like a regular transaction but the state that needs to be updated resides on multiple nodes.
A leader ensures correctness across participants of a distributed transaction and across multiple distributed transactions.