» Self throttling MySQL queries
Recap on the problem:
- A query takes a long time to complete.
- During this time it makes for a lot of I/O.
- Query’s I/O overloads the db, making for other queries run slow.
I introduce the notion…