Tagged Questions
4
votes
1answer
297 views
Are rollback and roll-forward transactions equivalent for fault tolerance?
I've been reading about systems that employ transactions to provide fault-tolerance -- SQLite, for instance, implements a journal that allows the database to be rolled back to a known state in case of ...