From 890cb0f849343cf57224c7dd744836efb5903c67 Mon Sep 17 00:00:00 2001 From: AdoHe Date: Thu, 7 Jan 2016 19:10:40 +0800 Subject: [PATCH] add modern cap paragraph --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c75ae6e..16cb565 100644 --- a/README.md +++ b/README.md @@ -336,3 +336,11 @@ true. No. You might have designed a system that is not heavily affected by it. That's good. + +## 18. Modern CAP +The modern CAP goal should be to maximize combinations of consistency +and availability that make sense for the specific application. Such an +approach incorporates plans for operation during a partition and for +recovery afterward, thus helping designers think about CAP beyond its +historically perceived limitations. +[CAP Twelve Years Later: How the "Rules" Have Changed](http://www.infoq.com/articles/cap-twelve-years-later-how-the-rules-have-changed) \ No newline at end of file