MySQL Concurrency
eBook - ePub

MySQL Concurrency

Locking and Transactions for MySQL Developers and DBAs

  1. English
  2. ePUB (mobile friendly)
  3. Only available on web
eBook - ePub

MySQL Concurrency

Locking and Transactions for MySQL Developers and DBAs

Book details
Table of contents
Citations

About This Book

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 basics of transactions as well as transaction isolation levels and how they affect locking. The book is meant to be your go-to resource for solving locking contention and similar problems in high-performance MySQL database applications.
Detecting locking issues when they occur is the first key to resolving such issues. MySQL Concurrency provides techniques for detecting locking issues such as contention. The book shows how to analyze locks that are causing contention to see why those locks are in place. A collection of six comprehensive case studies combine locking and transactional theory with realistic lock conflicts. The case studies walk you through the symptoms to look for in order to identify which issue you are facing, the cause of the conflict, its analysis, solution, and how to prevent the issue in the future. What You Will Learn

  • Understand which lock types exist in MySQL and how they are used
  • Choose the best transaction isolation level for a given transaction
  • Detect and analyze lock contention when it occurs
  • Reduce locking issues in your applications
  • Resolve deadlocks between transactions
  • Resolve InnoDB record-level locking issues
  • Resolve issues from metadata and schema locks


Who This Book Is For
Database administrators and SQL developers who are familiar with MySQL and want to gain a better understanding of locking and transactions as well as how to work with them. While some experience with MySQL is required, no prior knowledge of locks and transactions is needed.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access MySQL Concurrency by Jesper Wisborg Krogh in PDF and/or ePUB format, as well as other popular books in Computer Science & Databases. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Apress
Year
2021
ISBN
9781484266526

Table of contents

  1. Cover
  2. Front Matter
  3. 1. Introduction
  4. 2. Monitoring Locks and Mutexes
  5. 3. Monitoring InnoDB Transactions
  6. 4. Transactions in the Performance Schema
  7. 5. Lock Access Levels
  8. 6. High-Level Lock Types
  9. 7. InnoDB Locks
  10. 8. Working with Lock Conflicts
  11. 9. Reducing Locking Issues
  12. 10. Indexes and Foreign Keys
  13. 11. Transactions
  14. 12. Transaction Isolation Levels
  15. 13. Case Study: Flush Locks
  16. 14. Case Study: Metadata and Schema Locks
  17. 15. Case Study: Record-Level Locks
  18. 16. Case Study: Deadlocks
  19. 17. Case Study: Foreign Keys
  20. 18. Case Study: Semaphores
  21. Back Matter