Hacker News new | ask | show | jobs
by dnackoul 3327 days ago
Also, how does Spanner get around the CAP theorem and similar distributed systems results? It seems like the only tradeoff is monetary at the moment.
2 comments

The only important line, which means it's a CP system:

> Even then outages will occur, in which case Spanner chooses consistency over availability.

Thanks!
It doesnt - they're saying they have such good networking that P is very rare so it's one of the few times you treat it like it's CA.

In case P does happen (a network break), it's a CP system.