Please enable JavaScript.
Coggle requires JavaScript to display documents.
Concurrency Control (Concurrency problems (The Lost Update Problem…
Concurrency Control
Concurrency problems
-
-
Uncommitted dependency
-
-
If then rolled back, integrity lost
Inconsistent Analysis
Database integrity not lost, but results of transaction are inconsistent
-
-
-
Definition
Used to address conflicts with the simultaneous accessing or altering of data that can occur with a multi-user system.
-