Ambitious Systems
Home
Garden
About
Tag: "Snapshot Isolation"
note
Feb 17, 2021
Databases that automatically detect lost updates simplify application code
Lost Updates
Snapshot Isolation
note
Feb 16, 2021
Database Indexes need to be optimized to support MVCC
Multi-version Concurrency Control
Snapshot Isolation
note
Feb 16, 2021
Long-running queries need a consistent snapshot of the database
Snapshot Isolation
Database Snapshot
note
Feb 12, 2021
Event Sourcing works on the same principle as Snapshot Isolation
Event Sourcing
Snapshot Isolation
note
Feb 12, 2021
Reads don't need locks in Snapshot Isolation mode
Snapshot Isolation
Transactions
note
Feb 11, 2021
Snapshot Isolation prevents Read Skews
Read Skew
Snapshot Isolation
Transactions
Database