Serializability

Serializability
Basic Assumption – Each transaction preserves database consistency Thus, serial execution of set of transactions preserves database consistency.   A (possibly concurrent) schedule is serializable if it os equivalent to serial schedule (say, Transaction T1 follows Transaction T2 or T2 follows T1)   Different form of schedule equivalence gives rise to the notions of  1. ...