Explore >> Select a destination


You are here

www.bailis.org
| | blog.thislongrun.com
10.5 parsecs away

Travel
| | Definitions of Eventual Consistency, ACID and Dynamo. Looks at datacenters, partitions and dataloss.
| | robertovitillo.com
16.5 parsecs away

Travel
| | Coordination is expensive as it reduces the availability and performance of distributed applications (PACELC theorem). I have extended chapter 10 of Understanding Distributed Systems with a discussion of how to minimize coordination using one of the following patterns: Keep coordination off the critical path Use protocols that guarantee some form of consistency without coordination Proceed without coordination and apologize when an inconsistency is detected Section 10.4 describes chain replication, a wid...
| | decomposition.al
15.9 parsecs away

Travel
| | by Natasha Mittal ? edited by Devashish Purandare and Lindsey Kuper
| | compositecode.blog
99.0 parsecs away

Travel
| The CAP theorem emphasizes the trade-offs between Consistency, Availability, and Partition Tolerance in distributed systems like MongoDB. Prioritizing Availability and Partition Tolerance, MongoDB uses replica sets and sharding for resilience while allowing configurable consistency. Its support for ACID transactions helps maintain data integrity, enabling tailored solutions for varying application requirements.