|
You are here |
jepsen.io | ||
| | | | |
muratbuffalo.blogspot.com
|
|
| | | | | This paper (SIGMOD '08) proposes a lightweight runtime technique to make Snapshot Isolation (SI) serializable without falling back to locki... | |
| | | | |
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... | |
| | | | |
buttondown.com
|
|
| | | | | One thing about concurrency control ("isolation") in a transactional database is that it incurs costs, and there's broadly two kinds of such costs. The first... | |
| | | | |
timilearning.com
|
|
| | | My notes from the fifth chapter of Martin Kleppmann's book: Designing Data Intensive Applications. | ||