379 views
0 votes
0 votes
Consider the following schedules:

S1: r1(A); r1(B); w1(C); w2(D); w1(A); w2(A); r1(D);
S2: r1(A); r1(B); r1(C); r1(D); w1(A); w2(B); w3(C); w4(D)

Which of the following option is correct?

A) S1 has blind write S2 does not

B) S2 has blind write S1 does not

C) Both schedules are conflict serializable

D) None of the above

Correct me if I am wrong but I think S1 and S2 both have blind writes?

1 Answer

Best answer
0 votes
0 votes
Definition of Blind Write: When a transaction  Writes a Data Item Without Reading It, That is called a Blind Write.

So the Answer is D.

Anything Else is False.
selected by

Related questions

0 votes
0 votes
2 answers
1
joshipratik232 asked Aug 16, 2022
468 views
Does Conservative 2PL ensures Recoverability ? If Yes then Does it ensures Cascadeless or Strict recoverable schedule ?
0 votes
0 votes
2 answers
4
Rackson asked Jan 7, 2019
623 views
Which of the following is used to get back all the transactions back after rollback?a)Rollbackb)Commitc)undo d)Redo