4.1.25. Serializability
- Schedule S is a collection of transactions (Ti)
- Serial schedule S1
- Transactions executed one after the other
- Performed in a serial order
- No interleaving
- Commit or abort of active transaction (Ti) triggers
execution of the next (Ti+1)
- If transactions are independent
- all serial schedules are correct