Database concurrency Issues
Concurrent access to data
Concurrent access to data occurs when multiple transactions try to access the same data in the database. If the requests to access the data are processed serially, then we don’t have any problem. However, such a flow will ma...
shreyanshgupta.hashnode.dev5 min read