|
|
|
|
|
by lugg
2694 days ago
|
|
You're actually both wrong. 2 phase commit is used for all kinds of things. It doesn't always require a network to be involved. And you were wrong because your example is not a good example of something not needing 2 phase commit, it was in fact an example of a 2 phase commit. That over-drafting you mentioned, that is deferred reconciliation. |
|
Also wiki: "two-phase commit protocol (2PC) is a type of atomic commitment protocol". That's different from deferred conflict resolution from event log.