AdvancedVocabulary#architecture#backend#developer-tools

Two-Phase Commit Vocabulary

Practice the vocabulary of coordinating an all-or-nothing transaction across multiple independent databases.

0 / 5 completed
1 / 5
At standup, a dev mentions a coordinator asking every participating database whether it can commit a transaction, and only telling them to actually commit once every single one has agreed. What is this protocol called?