lost-update Questions
2
Can somebody explain me whats exactly the difference between a
'lost update' and a 'write skew' in database transaction theory?
Can somebody give me an example?
Babism asked 7/1, 2015 at 19:1
1
I'm reading A Critique of ANSI SQL Isolation Levels
and get confused by the two definitions:
Dirty write
w1[x]...w2[x]...((c1 or a1) and (c2 or a2) in any order)
Lost update
r1[x]...w2[x]...w1[...
Krein asked 3/7, 2022 at 22:51
1
© 2022 - 2024 — McMap. All rights reserved.