Chapter 19: Problem 10
Discuss the UNDO and REDO operations and the recovery techniques that use each.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
Learning Materials
Features
Discover
Chapter 19: Problem 10
Discuss the UNDO and REDO operations and the recovery techniques that use each.
These are the key concepts you need to understand to accurately answer the question.
All the tools & learning materials you need for study success - in one app.
Get started for free
Choose the correct answer for each of the following multiple-choice questions: There is a possibility of a cascading rollback when a. a transaction writes items that have been written only by a committed transaction. b. a transaction writes an item that is previously written by an uncommitted transaction. c. a transaction reads an item that is previously written by an uncommitted transaction. d. both (b) and (c).
Choose the correct answer for each of the following multiple-choice questions: When a failure occurs, the log is consulted and each operation is either undone or redone. This is a problem because a. searching the entire log is time consuming. b. many redo's are unnecessary. c. both (a) and (b). d. none of the above.
(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?
Discuss the different types of transaction failures. What is meant by catastrophic failure?
What implications would a no-steal/force buffer management policy have on checkpointing and recovery?
What do you think about this solution?
We value your feedback to improve our textbook solutions.