Explore >> Select a destination


You are here

ayende.com
| | nakabonne.dev
4.9 parsecs away

Travel
| | It covers how to make a time-series database engine from scratch
| | www.ayende.com
0.9 parsecs away

Travel
| |
| | www.ayende.com
1.4 parsecs away

Travel
| |
| | surfingcomplexity.blog
22.9 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...