Is it possible to create a log of queries that are slowed down by MyISAM table locks? I'm trying to convince my boss that we need to convert to InnoDB to improve site performance, but need to know what sort of gains would be made.
Thanks
Is it possible to create a log of queries that are slowed down by MyISAM table locks? I'm trying to convince my boss that we need to convert to InnoDB to improve site performance, but need to know what sort of gains would be made.
Thanks
Copyright © 2021 Jogjafile Inc.
Never mind, I found http://dev.mysql.com/doc/refman/5.1/en/mysqldumpslow.html
Slow query log keeps record of lock time.