Mysql – MyISAM queries are always at least 100ms
I have some old software that use MyISAM tables on Mariadb 10.6 When I am checking query digest from pt-query-digest Percona Toolkit, I always see execution time from 100ms. What can be wrong here? Innodb tables show lower time. This…