|
|
|
|
|
by qt_scientist
4294 days ago
|
|
Good discussion of an (indeed) epic article. Reading the other comments here, I would like to stress the complexity of allowing concurrent updates of the same object on distributed machines. And I totally share the hopes for the current eventual consistency monopoly to perish. Some use cases should use strong consistency. You see people build stuff like this https://github.com/Netflix/s3mper to "fix" eventual consistency...awkward |
|
You can, of course, handle the concurrency on the application level, but the question is, why bother? The database can help with managing that.