Ambitious Systems
Home
Garden
About
Tag: "Lost Updates"
note
Feb 18, 2021
Serializable Isolation is the only way to prevent all write-related race conditions
Write Skew
Lost Updates
Atomic Writes
Materializing Conflicts
Serializable Isolation
note
Feb 18, 2021
Atomic Write operations prevent Lost Updates
Lost Updates
Atomic Writes
note
Feb 17, 2021
Databases that automatically detect lost updates simplify application code
Lost Updates
Snapshot Isolation
note
Feb 17, 2021
Databases without transaction support can avoid lost updates with compare-and-set operations
Lost Updates
Compare-and-Set
note
Feb 17, 2021
Applications can use Explicit Locks to prevent Lost Updates
Explicit Locks
Lost Updates
note
Feb 17, 2021
Read committed and Snapshot isolations do not prevent Lost Updates
Lost Updates
note
Feb 17, 2021
Locks and atomic operations do not work with replicated databases
Lost Updates