Hacker News new | ask | show | jobs
by yandie 3511 days ago
Then you trade availability with consistency. No system can't escape CAP
1 comments

Exactly. Availability and partition tolerance are often hard requirements, so we have to do all sorts of gymnastics to deal with eventual consistency. In personal projects where availability isn't a big concern and my most precious resource is my own time I tend to make different tradeoffs.