First page Back Continue Last page Summary Graphic
Transaction Termination
prepare record is written for 2PC
- locks are noted in prepare record
prepare record also used to handle non-undoable actions e.g. deleting file
- these pending actions are noted in prepare record and executed only after actual commit
end record written at commit time
- pending actions are then executed and logged using special redo-only log records
end record also written after rollback
Notes: