Tag

RowLock

0 views collected around this technical thread.

System Architect Go
System Architect Go
Jul 26, 2017 · Databases

Handling Concurrent Updates in MySQL InnoDB with Sequelize: Transaction Isolation and Row Locks

This article explains how concurrent transactions updating the same MySQL InnoDB row can cause inconsistent results, reviews InnoDB isolation levels and lock types, and demonstrates using SERIALIZABLE isolation combined with exclusive row locks in Sequelize to ensure correct sequential updates.

InnoDBIsolationLevelMySQL
0 likes · 4 min read
Handling Concurrent Updates in MySQL InnoDB with Sequelize: Transaction Isolation and Row Locks