Databases
What a database promises when several people write at once, how it keeps that promise, and what the promise costs.
Filter by tag — they cut across categories.
- Transactions, when everyone writes at once
An isolation level is not a difficulty dial. Each one names exactly which interleavings of concurrent transactions a database refuses to produce.
- transactions
- isolation
- concurrency
- mvcc
- locking
- databases
- consistency