MySQL Waits

TODO. This is an unordered dump of information at this point...

Useful Tables/Views

SELECT *

  FROM performance_schema.setup_timers

 WHERE name = 'wait'; 

Bibliography