844 views
1 votes
1 votes

Is this recoverable schedule? If yes then give reason.

1 Answer

Best answer
3 votes
3 votes
Transaction T3 reads  value of x written by transaction T1 after its commit. Therefore it is recoverable

Condition for recoverable schedule is that " if a transaction T1  performs a dirty read from other transaction T2 then transaction T1 should commit  after T2 "
selected by

Related questions

1 votes
1 votes
2 answers
1
DebRC asked Aug 16, 2022
1,926 views
Is only conflict serializable schedules are recoverable?Or both view as well as conflict serializable schedules are recoverable?I have been seeing different answers in di...
0 votes
0 votes
1 answer
3
sripo asked Nov 25, 2018
697 views
S=r1(A),w2(A),r3(A),w1(A),w3(A)Is this Schedule Non Recoverable? As there is a dirty read happening at w2(A)->r3(A)
0 votes
0 votes
0 answers
4
sripo asked Nov 25, 2018
1,244 views
If I have dirty read which is write-read conflict does it imply that the schedule is non recoverable?Do all anomalies result of conflict result in non recoverable thereby...