369 views
2 votes
2 votes
If some schedule is not conflict serializable then it can never be view serializable is it true?

Or vice versa.

2 Answers

0 votes
0 votes
  1. If a schedule is Conflict Serializable, then it is also View Serializable and hence Serializable.   TRUE
  2. If a schedule is not Conflict Serializable, then it may or may not be View Serializable.  TRUE

           We check the View Serializability through Blind Writes and Poly Graph.

      3. If a schedule is View Serializable, then it may or may not  be Conflict Serializable.  TRUE

      4. If a schedule is not View Serializable then it is also not Conflict Serializable.    TRUE

Related questions

0 votes
0 votes
1 answer
2
wxyz asked Jan 28, 2017
228 views
2 votes
2 votes
0 answers
3
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...
8 votes
8 votes
1 answer
4
BASANT KUMAR asked Sep 27, 2018
4,105 views
Q.1 find total number of conflict serializable T1=R(A)W(A)R(B)W(B)T2=R(B)W(B)R(C)W(C)Q.2 find total number of conflict serializable forT1=R1(A)W1(A)R1(B)W1(B)R1(C)W1(C)T2...