Y
Hacker News
new
|
ask
|
show
|
jobs
by
LinaLauneBaer
2903 days ago
Couldn’t this be solved easier by using a simple version field? If the remote version != client version then request is rejected with an http 409 response...
1 comments
mridulv09
2903 days ago
I think you are talking about optimistic concurrency, but optimistic concurrency does not perform well in cases of high contended keys.
link