Transaction Log
A record of all changes made to the database, used for recovery and rollback operations.
📜
The statement of the theorem
Define the Transaction Log as a sequence of log records . Each record is a tuple , where is the transaction ID, , is the identifier of the modified data item, and and are the values before and after the modification, respectively. The log must maintain the strict temporal ordering of all state changes.
Source: Wikipedia