1,206 views
0 0 votes

Is it recoverable and why?

1 Answer

1 1 vote
It is recoverable because T3 need a data item X that was previously written by T1 condition is that  the commit operation of T1 should appear before the commit operation of T3 .that is true so recoverable.
Position:
Show:

Related questions

1 1 vote
2 answers 2 answers
1.5k
1.5k views
gatecrack asked Dec 10, 2018
1,471 views
T1T2R(A) W(A)W(A) IS THIS IS VIEW SERIALIZABLE?PLZ EXPLAIN
1 1 vote
2 2 answers
1.4k
1.4k views
Durgesh Singh asked Sep 30, 2017
1,368 views
Consider a Serial Schedule given-T1T2T3w1(A) w1(B) r2(A) w2(B) r3(A) w3(B) How many schedules which are view equivalent to above schedule?How many schedules whic...