Skip to content

Commit

Permalink
Fix probabilistic bounded staleness reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeiklejohn committed Oct 6, 2013
1 parent 1e50cf5 commit 75de15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input/4_replication.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ For example:
- Client-centric consistency models attempt to provide more intelligible consistency guarantees while allowing for divergence.
- CRDTs (convergent replicated datatypes) exploit knowledge regarding the commutativity (and associativity) of specific operations on specific datatypes.
- Confluence analysis (as in the Bloom language) uses information regarding the monotonicity of computations to maximally exploit disorder.
- PBS (probabilistically bound staleness) uses simulation and information collected from a real world system to characterize the expected behavior of partial quorum systems.
- PBS (probabilistically bounded staleness) uses simulation and information collected from a real world system to characterize the expected behavior of partial quorum systems.

I'll talk about all of these a bit further on, first; let's look at the replication algorithms that maintain single-copy consistency.

Expand Down

0 comments on commit 75de15f

Please sign in to comment.