Transactions
ACID: The properties of transactions
Isolation
- Executing a set of transactions (with concurrent execution)
results in a sequence of database states equivalent to some
serial execution of those transactions.
- Serial execution: Each one is run in isolation from the others.
|