edited by
747 views
2 votes
2 votes

A) View serializable but not conflict

b) both

c) neither

d) Conflict but not view

edited by

2 Answers

1 votes
1 votes

First check for Conflict serializable 

T2->T1    R-W and T1->T2 W-W conflict ,Hence not Conflict serializable 

A Schedule which is not conflict serializable to be View serializable should have Blind Write, here blind writes are there 

For View serializability

First Read n Last write  should be performed by same transaction as original transaction and writer-reader order should be satisfied

Here here is no write-read problem ,Hence T2-> T1 ->T3 satisfies it 

edited by
0 votes
0 votes
I Think it is VS but not CS....

Related questions

0 votes
0 votes
1 answer
1
Shukrayani asked Oct 31, 2018
433 views
Let a schedule be strict recoverable schedule then it will suffer from which problem? 1.ww2.rw3.wr4.lost update
0 votes
0 votes
2 answers
2