782 views
0 votes
0 votes

How to find for view serializability please give proper explanation with step wise.(if you are solving using polygraph please give diagram for explanation)

Is this recoverable or not  give detailed explanation(note:- there is not any commit given in question).

1 Answer

6 votes
6 votes

If for every read action in one of the schedules , its source is the same in the other schedule we say that S1 and S2 are view equivalent.

Means concentrate only source of read and draw polygraph accordingly.

Now see how to analyze it with ur question which is not view serializable:

Related questions

1 votes
1 votes
1 answer
1
Na462 asked Jan 13, 2019
1,479 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...
0 votes
0 votes
0 answers
2
Abhisek Tiwari 4 asked Dec 15, 2018
166 views
Can you please suggest some good resources to understand ‘How to draw Polygraph’ to check VSwhat is extra Constraint that we have to manage in polygraph compare to Pr...
1 votes
1 votes
1 answer
3
shreejeetp asked Dec 14, 2018
295 views
Is every serializable schedule view serializable?, or like conflict serializable, there could be a serializable schedule which isn’t view serializable?
2 votes
2 votes
1 answer
4