| ▲ | socketcluster 2 days ago | |
It's interesting reading this. Preventing these kinds of concurrency issues is exactly why I built https://socketcluster.io years ago. Though it solves the problem at the app layer rather than the storage layer. But not many developers care about these race conditions it seems. It's not just an issue with SQL but a more general issue with many programming languages and approaches. This is a great example because it shows how concurrent executions can lead to significant issues. | ||