Serial Iz Ability
Serial Iz Ability
Conflict
View
utilization and low throughput. To improve it, two or more transactions are run
database. To avoid this, we need to check whether these concurrent schedules are
serializable or not.
conditions satisfy:
o The view serializable which does not conflict serializable contains blind
writes.
Serializable Schedule:
A transaction schedule is serializable if its outcome is equal to the outcome of its
Two schedules are said to be conflict equivalent if Two schedules are said to be view equivalent if the
all the conflicting operations in both the schedule order of initial read, final write and update operations
get executed in the same order. If a schedule is a is the same in both the schedules. If a schedule is
conflict equivalent to its serial schedule then it is view equivalent to its serial schedule then it is called
called Conflict Serializable Schedule. View Serializable Schedule.
If a schedule is view serializable then it may or may If a schedule is conflict serializable then it is also
not be conflict serializable. view serializable schedule.