402 views
0 votes
0 votes
Consider the following schedule:

R2(A), R1(A), R3(B), W3(B), W2(A), R1(A)

Is the above schedule view serializable?

1 Answer

2 votes
2 votes
It is not conflict serializable, and no blind write so not View serializable.

Related questions

0 votes
0 votes
1 answer
1
atulcse asked Nov 2, 2021
459 views
Can a schedule be serializable if it is not view serializable? Are conflict equivalence and view equivalence the only two ways to decide if a schedule is serializable?
1 votes
1 votes
1 answer
2
Na462 asked Jan 13, 2019
1,523 views
Consider following Schedule S with data item x :S : W1(X) R2(X) W3(X) R4(X) W5(X) R6(X) W7(X) R8(X) W9(X) R10(X)The number of schedule view equivalent to Schedule S but n...
1 votes
1 votes
1 answer
3
shreejeetp asked Dec 14, 2018
309 views
Is every serializable schedule view serializable?, or like conflict serializable, there could be a serializable schedule which isn’t view serializable?
1 votes
1 votes
1 answer
4