What is a two-phase commit?

Posted by silpa on Sep 11 2007

It guarantees that the distributed transactions are committed on all nodes or rollbacked on all nodes to maintain data consistency across distributed db

It has two phases prepare and commit

Leave a Comment