Hacker News new | ask | show | jobs
by FpUser 243 days ago
>"You can implement two-phase commit instead"

Two-phase commit is a particular way of implementing transaction when system is distributed. There is no "instead" here

1 comments

System doesn't have to be distributed. In general it just needs to separate the insertion of records from their settlement.