diff --git a/core/mvcc/README.md b/core/mvcc/README.md index 0c885340a..21a934ccf 100644 --- a/core/mvcc/README.md +++ b/core/mvcc/README.md @@ -51,3 +51,5 @@ cargo bench --bench my_benchmark -- --profile-time=5 ## References Larson et al. [High-Performance Concurrency Control Mechanisms for Main-Memory Databases](https://vldb.org/pvldb/vol5/p298_per-akelarson_vldb2012.pdf). VLDB '11 + +Paper errata: The visibility check in Table 2 is wrong and causes uncommitted delete to become visible to transactions (fixed in commit 6ca377320bb59b52ecc0430b9e5e422e8d61658d).