什么是 CAP?

CAP 理论指的就是,在分布式系统中 C、A、P 这三个特征不能同时满足,只能满足其中两个:

image.png

CAP 选择策略及应用

保 CA 弃 P

牺牲分区容错性 P,就相当于放弃使用分布式系统。

总结

image.png