MySQL Concurrency
Jesper Wisborg Krogh
Broschiertes Buch

MySQL Concurrency

Locking and Transactions for MySQL Developers and DBAs

Versandkostenfrei!
Versandfertig in 6-10 Tagen
49,99 €
inkl. MwSt.
Weitere Ausgaben:
PAYBACK Punkte
25 °P sammeln!
Know how locks work in MySQL and how they relate to transactions. This book explains the major role that locks play in database systems, showing how locks are essential in allowing high-concurrency workloads. You will learn about lock access levels and lock granularities from the user level as well as table locks to record and gap locks. Most importantly, the book covers troubleshooting techniques when locking becomes a pain point. Several of the lock types in MySQL have a duration of a transaction. For this reason, it is important to understand how transactions work. This book covers the basi...