Transactions and Concurrency Control
Online Workshop - 10th of February
Get the most out of your data access layer!
- ACID and data anomalies
- 2PL (Two-Phase Locking)
- MVCC (Multi-Version Concurrency Control)
- Isolation levels and database concurrency control
- Logical vs. physical clock optimistic locking, versionless optimistic locking
- SKIP_LOCKED and queuing access
- Preventing lost updates in long conversations
- PostgreSQL advisory locks