Skip to Content
MySQL Concurrency: Locking and Transactions for MySQL Developers and DBAs
book

MySQL Concurrency: Locking and Transactions for MySQL Developers and DBAs

by Jesper Wisborg Krogh
January 2021
Intermediate to advanced
388 pages
7h 48m
English
Apress
Content preview from MySQL Concurrency: Locking and Transactions for MySQL Developers and DBAs
© Jesper Wisborg Krogh 2021
J. W. KroghMySQL Concurrencyhttps://doi.org/10.1007/978-1-4842-6652-6_5

5. Lock Access Levels

Jesper Wisborg Krogh1  
(1)
Hornsby, NSW, Australia
 

In the first chapter where locks were introduced, there was no mention of how locks work. It would be possible to implement locking in the database by just allowing one query access at a time irrespective of what kind of work will be done. However, this would be woefully inefficient.

Keeping to the analogy of a traffic light, another approach is grant access based on what work will be done. A traffic light grants access to the intersection not just to one car at a time but to all driving in the same direction. Similarly, in a database, you distinguish between shared (read) and ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Understanding MySQL Internals

Understanding MySQL Internals

Sasha Pachev
Hands-On MySQL Administration

Hands-On MySQL Administration

Arunjith Aravindan, Jeyaram Ayyalusamy
Advanced MySQL 8

Advanced MySQL 8

Eric Vanier, Birju Shah, Tejaswi Malepati
MySQL 8 Cookbook

MySQL 8 Cookbook

Karthik Appigatla

Publisher Resources

ISBN: 9781484266526Purchase LinkPublisher Website