Explore >> Select a destination


You are here

databeta.wordpress.com
| | blog.acolyer.org
3.5 parsecs away

Travel
| |
| | bloom-lang.net
1.0 parsecs away

Travel
| | CALM: consistency as logical monotonicity One of the key innovations underlying Bloom is the ability to formally guarantee consistency properties of distributed programs. This reasoning is based o
| | robertovitillo.com
2.6 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...
| | www.ahmed-ibrahim.com
33.1 parsecs away

Travel
| What is the Database transaction? A transaction is a single logical unit of work which accesses and possibly modifies the contents of a...