0
5.3kviews
written 8.3 years ago by |
The most widely used structure for recording database modifications is the log. The log is a sequence of log records and maintains a history of all update activities in the database. There are several types of log records.
An update log record describes a single database write:
i. Transactions identifier. …