InterviewSolution
Saved Bookmarks
| 1. |
When transaction Ti requests a data item currently held by Tj, Ti is allowed to wait only if it has a timestamp larger than that of Tj (that is, Ti is younger than Tj ). Otherwise, Tj is rolled back (Tj is wounded by Ti). This is(a) Wait-die(b) Wait-wound(c) Wound-wait(d) WaitThe question was asked in examination.My query is from Deadlocks in portion Concurrency Control of Database Management |
|
Answer» Correct ANSWER is (C) Wound-wait |
|