CAP

作者: myang199088 | 来源:发表于2015-06-01 14:23 被阅读12次

CAP原始定义:

  • C(Consistency):A read is guaranteed to return the most recent write for a given client
  • A(Availability):A non-failing node will return a reasonable response within a reasonable amount of time (no error or timeout)
  • P(Partition Tolerance):The system will continue to function when network partitions occur.

CAP

相关文章

网友评论

      本文标题:CAP

      本文链接:https://www.haomeiwen.com/subject/afhdqttx.html