Explore >> Select a destination


You are here

fauna.com
| | blog.thislongrun.com
13.5 parsecs away

Travel
| | CAP theorem and databases: definitions of ACID, Atomic, Consistent, Isolated, Durable vs. available and partition.
| | surfingcomplexity.blog
14.1 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...
| | timilearning.com
12.4 parsecs away

Travel
| | My notes from Chapter 7 of 'Designing Data-Intensive Applications' by Martin Kleppmann.
| | managementfromscratch.wordpress.com
106.3 parsecs away

Travel
| [update: you can see an implementation here ] Index Introduction Strengths of Gossip Applications Examples How do they work? A bit of history State of the nodes Analyzed algorithms Types of Gossip Removed state Modelling Rumour Mongering Strategies for spreading the gossip Strategies vs Models How to measure good epidemics The peer sampling service Caveats...