Recent questions tagged conflict-serializable

0 votes
1 answer
31
0 votes
0 answers
32
What is Proof/Explanation for complexity to test if a schedule is conflict serializable is O(n^2) whereas for view serializable is O(2^n)-Exponential ?
0 votes
1 answer
34
Can a schedule be serializable if it is not view serializable? Are conflict equivalence and view equivalence the only two ways to decide if a schedule is serializable?
0 votes
1 answer
35
Find Total no of conflict serializable and view serializableT1: R1(A) W1(A) R1(B) W1(B)T2: R2(A) W2(A) R2(B) W2(B)
1 votes
0 answers
40
Consider the following schedules with data item xThe number of serial schedules which are view equal to schedules but not conflict equal is ___________.
0 votes
0 answers
41
In this answer, how is the number of conflict equivalent schedule equal to T1->T2 equal to 1(How is it being calculated). And how is the number of conflict equivalent sch...
0 votes
2 answers
43
0 votes
0 answers
47
Is this statement"every conflict serializable schedule is also view serializable but vice-vice-versa is not true" is true?
1 votes
2 answers
49
2 votes
1 answer
51
0 votes
1 answer
52
1 votes
1 answer
53
0 votes
0 answers
55
It's a question I already asked and correct answer is 2 but what's wrong with this approach help me :(
0 votes
0 answers
56
How many Conflict Serializable and View serializable schedules for the Schedule given below$S:r_1(A),w_1(B),w_1(C),r_2(A),w_2(B),w_2(C)$To both my answer comes to be 7.Is...
5 votes
1 answer
57
How many conflict equivalent schedules are possible for the given schedule ?$R_1(A), R_2(A), R_3(A), R_4(A), W_1(B), W_2(B), W_3(B), W_4(B)$
0 votes
0 answers
58
Can someone explain how transactions can be serialized in order of their lock points (the point where the transactions acquire their final lock)?
2 votes
2 answers
59
State true or false: a schedule has only constrained write operations and the schedule is view serializable then it's also conflict serializable