|
You are here |
justinjaffray.com | ||
| | | | |
surfingcomplexity.blog
|
|
| | | | | In the previous blog post, we saw how a transaction isolation strategy built on multi-version concurrency control (MVCC) does not implement the serializable isolation level. Instead, it implements a weaker isolation level called snapshot isolation. In this post, I'll discuss how that MVCC model can be extended in order to achieve serializability, based on work... | |
| | | | |
jepsen.io
|
|
| | | | | [AI summary] This article explains the concepts, mechanics, exceptions, and comparisons of snapshot isolation within database transactional systems. | |
| | | | |
blog.acolyer.org
|
|
| | | | | [AI summary] The post discusses a new tool called Elle, which efficiently infers and detects isolation anomalies in database systems by analyzing execution histories and reconstructing dependency graphs. | |
| | | | |
muratbuffalo.blogspot.com
|
|
| | | This paper (SIGMOD '08) proposes a lightweight runtime technique to make Snapshot Isolation (SI) serializable without falling back to locki... | ||