|
|
|
|
|
by grogers
4294 days ago
|
|
The whole industry has been slowly trending away from eventual consistency. Google proved with spanner that it is possible to do linearizable transactions at mega scale. Even Amazon's DynamoDB offers strong consistency for individual rows. Nobody wants to throw data away on concurrent writes, and CRDTs or application specific merge functions are complicated. |
|