|
|
|
|
|
by hasty_pudding
874 days ago
|
|
I think there needs to be another variable which is response time. Because you can have a well partitioned system with good data redundancy, and you can take time to let the system become consistent which reduces availability. But the actual practical outcome of changing availability is changing response time. Therefore, consistency
time is directly and linearly related to response time. And if the response time is below some threshold that you no longer care about then you have beaten CAP theorem. So in a practical sense, you can beat the CAP theorem. In an abstract sense you cant. But response time grounds the theorem to reality because it in every system, there's a point of optimization that no longer matters. |
|