Dealing with Transactions
The remaining "failure modes" that we need to consider:
- failure of DBMS processes or operating system
- failure of transactions (
ABORT )
Standard technique for managing these:
- keep a log of changes made to database
- use this log to restore state in case of failures
|