Hacker News new | ask | show | jobs
by fjsolwmv 2896 days ago
Partition tolerance is about preventing inconsistency (as you say) OR availability (turn off the system when it partitions). That's what the CAP theorem is about.

You can get partition tolerance at the expense of availability,for by refusing writes during a partition.