/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

martin.kleppmann.com
| | www.bailis.org
1.9 parsecs away

Travel
| |
| | timilearning.com
3.9 parsecs away

Travel
| | My notes from Chapter 7 of 'Designing Data-Intensive Applications' by Martin Kleppmann.
| | surfingcomplexity.blog
3.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...
| | wecode.wepay.com
25.8 parsecs away

Travel
| Debezium is an open source distributed platform for change data capture. Start it up, point it at your databases, and your apps can start responding to all of the inserts, updates, and deletes that other apps commit to your databases. Debezium is durable and fast, so your apps can respond quickly and never miss an event, even when things go wrong.