Update README.md

This commit is contained in:
Pekka Enberg
2023-04-14 21:31:19 +03:00
committed by GitHub
parent 438c342292
commit c0881944e0

View File

@@ -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).