Live data from Hacker News

CAP and Google Spanner: the survival of eventual consistency

arangodb.org

1–3 of 3 posts

Re: CAP and Google Spanner: the survival of eventual consistency

#3
In networks there'll always be failures.

So I think it's still necessary to deal with the problem of your distributed database becoming partly disconnected and partition.

And as long as there is consistency (though eventual) in case of such severe problem I personally could live with it. Better than staying available by all means but having to fix up inconsistencies and vex clients.