Transaction Processing Concepts and Theory
Transaction Processing Concepts and Theory
5. Disk failure: Some disk blocks may lose their data because
of a read or write malfunction or because of a disk
read/write head crash. This may happen during a read or a
write operation of the transaction.
6. Physical problems and catastrophes: This refers to an
endless list of problems that includes power or air-
conditioning failure, fire, theft, sabotage, overwriting disks
or tapes by mistake, and mounting of a wrong tape by the
operator.
2 Transaction and System Concepts (1)
ACID properties:
In Sa, the operations w2(X) and w3(X) are blind writes, since T1
and T3 do not read the value of X.
Type of Violation
___________________________________
Isolation Dirty nonrepeatable
level read read phantom
_____________________ _____ _________ ____________________
READ UNCOMMITTED yes yes yes
READ COMMITTED no yes yes
REPEATABLE READ no no yes
SERIALIZABLE no no no