Module 5 - Part 1 - Transaction Processing
Module 5 - Part 1 - Transaction Processing
disk block
Basic operations are read and write
Committed state
Failed state
Terminated State
execution.
[write_item,T,X,old_value,new_value]: Records that
also have recorded all their write operations in the log; otherwise
they would not be committed, so their effect on the database can
be redone from the log entries. Notice that the log file must be
kept on disk.
At the time of a system crash, only the log entries that have been
log that has not been written to the disk yet must now be written to
the disk.
This process is called force-writing the log file before committing a
transaction.
Recoverable
schedule A).