/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

jepsen.io
| | muratbuffalo.blogspot.com
4.0 parsecs away

Travel
| | This paper (SIGMOD '08) proposes a lightweight runtime technique to make Snapshot Isolation (SI) serializable without falling back to locki...
| | surfingcomplexity.blog
2.3 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...
| | buttondown.com
3.4 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
27.4 parsecs away

Travel
| My notes from the fifth chapter of Martin Kleppmann's book: Designing Data Intensive Applications.