You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The basic idea is that if a client writes to one side of a partition, any reads that go to the other side of that partition can't possibly know about the most recent write.
but this is confusing to me. Because in section 7. What is a partition a partition is defined as
A partition is when the network fails to deliver some messages to one or more nodes by losing them (not by delaying them - eventual delivery is not a partition).
Basically it's not clear to me what you mean by "a client writes to one side of a partition". A partition as defined as a network failing to deliver some messages to node(s). I don't understand how that is something that is written to or has sides.
The text was updated successfully, but these errors were encountered:
In section
8. why is CAP true
it saysbut this is confusing to me. Because in section
7. What is a partition
a partition is defined asBasically it's not clear to me what you mean by
"a client writes to one side of a partition"
. A partition as defined as a network failing to deliver some messages to node(s). I don't understand how that is something that is written to or has sides.The text was updated successfully, but these errors were encountered: