Logging
•The log is an append-only
collection of entries, showing all the changes to data that happened,
in order as they happened
•Eg when T1 changes field qty in
row 3 from 15 to 75, this fact is recorded as a log entry
•Log also shows when
txns start/commit/abort