edited by
956 views

2 Answers

1 votes
1 votes
> If it's conflict serializable then it's also view serializable.

> If not Conflict serializable then:

   {

               If there is Blind Write then check if View Serializable or not.

               If there is no Blind Write then definitely not View Serializable.

   }
–1 votes
–1 votes
It is not necessary condition for view serializable, only if u find a schedule which is not conflict serializable u go for checking whether it is view serializable or not . If Blind write is there then it may or may not be view serializable.

Related questions

2 votes
2 votes
0 answers
1
susgir2 asked Dec 31, 2018
545 views
My question, does abort in T2 makes this schedule conflict serializable? as the effect of T2 will be null. T1: Rx T2: Wx T1: Wx T2: ABORT T1: COMMITRx – read item x.Wx...
1 votes
1 votes
1 answer
2
sambey4 asked Oct 15, 2021
304 views
Find View SerializableT1 : R1(A) , R1(B) , W1(B)T2 : R2(A) , R2(B) , W2(B)
0 votes
0 votes
0 answers
3