The secret of Locking Behavior in Mysql and Postgres
The default locking behavior of MySQL and PostgreSQL can affect how transactions interact with one another. Below, I’ll explain the default behavior for both databases and provide a revised example…