|
|
|
|
|
by MichaelSalib
4889 days ago
|
|
To clarify the example, the two simultaneous transactions are updating different rows: one updates account A's row while the other updates account B's. There is no way for MVCC to recognize this conflict: it will happily corrupt your data. |
|