Chapter 19: Problem 10
Discuss the UNDO and REDO operations and the recovery techniques that use each.
Chapter 19: Problem 10
Discuss the UNDO and REDO operations and the recovery techniques that use each.
All the tools & learning materials you need for study success - in one app.
Get started for freeWhat are log sequence numbers (LSNs) in ARIES? How are they used? What information does the Dirty Page Table and Transaction Table contain? Describe how fuzzy checkpointing is used in ARIES.
Choose the correct answer for each of the following multiple-choice questions:Incremental logging with deferred updates implies that the recovery system must necessarily a. store the old value of the updated item in the log. b. store the new value of the updated item in the log. c. store both the old and new value of the updated item in the log. d. store only the Begin Transaction and Commit Transaction records in the log.
(Review from Chapter 17 ) What is the system log used for? What are the typical kinds of entries in a system log? What are checkpoints, and why are they important? What are transaction commit points, and why are they important?
Choose the correct answer for each of the following multiple-choice questions: For incremental logging with immediate updates, a log record for a transaction would contain: a. a transaction name, data item name, old value of item, new value of item. b. a transaction name, data item name, old value of item. c. a transaction name, data item name, new value of item. d. a transaction name and a data item name.
How are buffering and caching techniques used by the recovery subsystem?
What do you think about this solution?
We value your feedback to improve our textbook solutions.