982 views
1 votes
1 votes

As commit operations are ordered in each transcations, this schedule is recoverable right?

Also please explain how to check for view serializabilty?

Please log in or register to answer this question.

Related questions

1 votes
1 votes
2 answers
1
DebRC asked Aug 16, 2022
1,851 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
2
sripo asked Nov 25, 2018
656 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,220 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...