When I reviewed SQLs for creation Quartz tables for MySQL, I saw that primary key are pretty long (520 bytes).
As far as I know, MySQL guides to use short primary keys for InnoDB tables for improving performance.
Did someone try to modify Quartz schema and compare performance?