Read Uncommitted Isolation Level Impact On Insert/Update Transactions
问题 my application is having deadlock issue where there is a possibility of conflict from three different sides: 1) MySQL database event - that executed every minutes and run couple of update commands in transactions. 2) Background task = that run every seconds and run couple of insert/update commands in transaction.(doctrine) 3) Main FrontEnd API call - based on incoming request, run insert/update commands. Because of high traffic, request density, this is also of high density.(doctrine) So,