Lost-Update Problem

From LinkedAUB Collab
Revision as of 18:44, 16 February 2013 by Lah13 (talk | contribs) (Created page with "{{Learning concept |Description=The lost-update problem occurs when two or more transactions select same the same record at same time, then update it based on values first rec...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

The lost-update problem occurs when two or more transactions select same the same record at same time, then update it based on values first received. Each transaction is independent and the last update overwrites updates previously made by others

Concept Prerequisite

Wikipedia Reference

http://en.wikipedia.org/wiki/Concurrency control

Learning Material

Covered in Topic(s)