CAP
时间:2021-04-13 16:47:26
收藏:0
阅读:18
CAP 定理(CAP theorem)又被称作布鲁尔定理(Brewer‘s theorem),是加州大学伯克利分校的计算机科学家埃里克·布鲁尔(Eric Brewer)在 2000 年的 ACM PODC 上提出的一个猜想.
一致性(Consistency)
可用性(Availability)
分区容忍性(Partition Tolerance)
原文:https://www.cnblogs.com/developer-qin/p/14652884.html
评论(0)