You are here |
www.bailis.org | ||
| | | |
blog.thislongrun.com
|
|
| | | | Definitions of Eventual Consistency, ACID and Dynamo. Looks at datacenters, partitions and dataloss. | |
| | | |
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
|
|
| | | | Distributed databases typically divide their tables into partitions spread across different servers which get accessed by many clients. In these databases, client transactions often span the different servers, as the transactions may need to read from various partitions. A distributed transaction is a database transaction which spans multiple servers. This post will detail how databases guarantee some ACID properties when executing distributed transactions. | |
| | | |
www.kai-waehner.de
|
|
| | Blog about architectures, best practices and use cases for data streaming, analytics, hybrid cloud infrastructure, internet of things, crypto, and more |