1.

What are two phases commit in the database? Explain

Answer»

Two-phase COMMIT (2PC) is the feature of transaction processing systems which enables databases that they return to the pre-transaction state if an error condition OCCURS. The two-phase commit strategy is designed to make SURE that either all the databases are UPDATED or none of them is updated. As a result, the databases remain SYNCHRONIZED.



Discussion

No Comment Found