SERIALIZABLE ISOLATION LEVEL
Here is a brief explanation of the Serializable isolation level. “A serial execution is one in which each SQL-transaction executes to completion before the next SQL-transaction begins.” You can see how that would slow things down. If a transaction that …