Site icon 지락문화예술공작단

InnoDB Data Locking – Part 4 “Scheduling”

InnoDB Data Locking – Part 4 “Scheduling”

In this blog series, I’m describing how InnoDB locks data (tables and rows) in order to provide illusion to clients that their queries are executed one after another, and how this was improved in recent releases.

As we’ve already seen, the order in which server pretends transactions are happening (the serialization order) is tied to the order in which locks are granted to transactions.…



Source: InnoDB Data Locking – Part 4 “Scheduling”

Exit mobile version