edited by
510 views
0 votes
0 votes

Consider the following schedule for transaction T1 , T2 and T3.

R1(X),R2(Y),R3(Y),W1(X),W3(X),R2(Z),W1(X)

Also assume that the time-stamp for the three transaction is {30, 10, 20}. Which of the following statement is true with respect to above schedule?

A The schedule is allowed under basic time-stamp protocol but not Thomas write time-stamp

B The schedule is allowed under Thomas write time-stamp protocol but not basic time-stamp protocol.Correct Option

C The schedule is not allowed under any of the basic time-stamp protocol as well as Thomas write.

D The schedule is allowed under both basic time-stamp protocol as well as Thomas write.

edited by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
2 answers
2
Rackson asked Jan 7, 2019
624 views
Which of the following is used to get back all the transactions back after rollback?a)Rollbackb)Commitc)undo d)Redo
1 votes
1 votes
2 answers
3
gatecrack asked Dec 10, 2018
723 views
T1T2R(A) W(A)W(A) IS THIS IS VIEW SERIALIZABLE?PLZ EXPLAIN