in Databases retagged by
17,450 views
29 votes
29 votes

Consider the following two statements about database transaction schedules:

  1. Strict two-phase locking protocol generates conflict serializable schedules that are also recoverable.
  2. Timestamp-ordering concurrency control protocol with Thomas’ Write Rule can generate view serializable schedules that are not conflict serializable

Which of the above statements is/are TRUE?

  1. I only
  2. II only
  3. Both I and II
  4. Neither I nor II
in Databases retagged by
by
17.5k views

5 Answers

0 votes
0 votes
Dirty reads are not present in both strict and rigrous 2PL locking hence they are recoverable. Also in thomas write rule, the transactions will give view serializable minus conflict relation.
Answer:

Related questions