T : Transaction T U : Transaction U
Scenario: T deletes a record from a block. U inserts a record into the block and the slot where the previously deleted record is picked to hold the new record. T now rolls back.
Questions:
- Are the old values of deleted records saved in the log file
- If yes, for this scenario, what actually happens?