|
|
|
|
|
by puzzledobserver
612 days ago
|
|
One thing that I've always wondered about: Is the CAP theorem really making a non-trivial claim? If a distributed system is consistent and available, it must return the last written value, and successfully do this all the time. How can it do this if the system is partitioned, and the node receiving the last write was unable to propagate this to other nodes? The proof described in this website appears to confirm this. Am I missing something? |
|