|
|
|
|
|
by richieartoul
1410 days ago
|
|
Isn’t that ignoring the point that the read is running concurrently with w1 and w2? Your comment about “have the effect” only applies to transactions beginning after a write has completed, but the anomaly cockroach suffers from is for a read running concurrently with two writes with no overlapping execution. In that scenario they fail to be strictly serializable, but so would any system meeting only the two criteria you outlined I think. Edit: Ah ok I see you edited it. Ok that makes sense if it works. |
|