Comment by pas
2 hours ago
assuming their "reserve item" function is just "update the table set N rows to reserved=true where reserved==false"
more transactions can commit at the same time, but with one counter they would conflict (as it did in the Redis case)
they should use CRDT (and trying to model that with this 1000 row workspace, no?)
still, eventually at some point they need to do the math
No comments yet
Contribute on Hacker News ↗