Understanding MySQL concurrency/isolation levels
I am working on the backend of an application that needs to protect an external API from too many requests per user per month. So I need to keep track of number of requests from each user. I have a lot of experience with concurrent programming but almost no experience with db management or MySQL,… Read More Understanding MySQL concurrency/isolation levels