727 views
1 votes
1 votes
Read(Q)                                                  

                          Write(Q)                                    

Write(Q)

Is this schedule View serializable????

in <T1,T2> it violates the final Write criteria

in <T2,T1> does it violate initial Read criteria?

1 Answer

Best answer
3 votes
3 votes

not view serilalizable.coz

fot two trannsation possible schedules are

1 in <T1,T2> it violates the final Write criteria

2.  in <T2,T1>  it violate initial Read criteria coz

         the write of t2 will come first the t1 will read it

so we r not getting any view equivalance bw two transcation.so not vs

selected by

Related questions

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...
3 votes
3 votes
3 answers
4
shivangi5 asked Dec 6, 2017
2,993 views
Consider the 2 transactionsT1: R(A) W(A) W(B)T2: R(A) W(A) R(B) W(B)How many view serializable schedules are possible which are not conflict serializable?(A) 0(B) 1(C) 2(...