Blog Archives
COMMIT in large distributed database system
In Large distributed database system, simple transaction commit will not ensure the perseverance of ACID properties of RDBMS. In order to achieve this, distributed database system introduces two or three phase commit. Read more about this in following links:
Two phase commit
Three phase commit
Two-phase commit vs Three-phase commit