|
You are here |
surfingcomplexity.blog | ||
| | | | |
morestina.net
|
|
| | | | | While working on speeding up a Python extension written in C++, I needed a queue to distribute work among threads, and possibly to gather their results. What I had in mind was something akin to Pyt... | |
| | | | |
jepsen.io
|
|
| | | | | ||
| | | | |
www.bailis.org
|
|
| | | | | [AI summary] A technical article introduces 'invariant confluence' (I-confluence), a property that determines when database consistency can be achieved without coordination or synchronous communication, leading to significant performance improvements in distributed systems. | |
| | | | |
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... | ||