Explore >> Select a destination


You are here

justinjaffray.com
| | buttondown.com
13.8 parsecs away

Travel
| | 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
13.0 parsecs away

Travel
| | My notes from Chapter 7 of 'Designing Data-Intensive Applications' by Martin Kleppmann.
| | surfingcomplexity.blog
7.8 parsecs away

Travel
| | 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
101.6 parsecs away

Travel
| Learning Raft by making one.