Category: automation
-
Get all your slow queries reviewed automatically, for free
You can now use Python to send the slow queries captured by MySQL to our tuningwizard service MySQL / MariaDB / Percona Server for MySQL has this cool feature called slow query log, which captures any SQL running for more than X seconds. That threshold is determined by the long_query_time parameter. If you have the…
