Concept
Write Skew 0
Write skew is a phenomenon in database systems where concurrent transactions, which individually appear to maintain consistency, result in an inconsistent state when combined. This occurs in scenarios where transactions read overlapping data and then perform writes that do not directly conflict, leading to violations of expected invariants under weaker isolation levels like snapshot isolation.
Relevant Degrees