Update README.md

This commit is contained in:
Pekka Enberg
2023-04-14 21:32:31 +03:00
committed by GitHub
parent c0881944e0
commit 43544c9fb6

View File

@@ -52,4 +52,4 @@ cargo bench --bench my_benchmark -- --profile-time=5
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).
Paper errata: The visibility check in Table 2 is wrong and causes uncommitted delete to become visible to transactions (fixed in [commit 6ca3773]( https://github.com/penberg/mvcc-rs/commit/6ca377320bb59b52ecc0430b9e5e422e8d61658d)).