Hacker News new | ask | show | jobs
by pron 3512 days ago
> When people are talking about the consistency of transactional storage systems... they are almost always talking about isolation.

And durability. The consistency in CAP corresponds to isolation + durability in ACID (at least when linearizable isolation isn't required, depending on the definition of linearizability). Even when all ordering requirements are met, an "ACI" system could be partitioned, available and isolated by acknowledging and then promptly forgetting all writes. Unfortunately, durability can be a source of irremovable latency even more than isolation.