You are here |
justinjaffray.com | ||
| | | |
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 Chapter 7 of 'Designing Data-Intensive Applications' by Martin Kleppmann. | |
| | | |
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... | |
| | | |
benjamincongdon.me
|
|
| | Learning Raft by making one. |