You are here |
fauna.com | ||
| | | |
blog.thislongrun.com
|
|
| | | | CAP theorem and databases: definitions of ACID, Atomic, Consistent, Isolated, Durable vs. available and partition. | |
| | | |
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... | |
| | | |
timilearning.com
|
|
| | | | My notes from Chapter 7 of 'Designing Data-Intensive Applications' by Martin Kleppmann. | |
| | | |
managementfromscratch.wordpress.com
|
|
| | [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... |