I switched all, but one tables to InnoDB engine from MyISAM. What about the last logs table? You INSERT in there but never SELECT from there (as far as I know today, MyISAM is better, than InnoDB in this case).
Should I switch it to InnoDB engine as well as it's the last unswitched table? Or, keeping 1 table among many tables with a different engine is absolutely normal?
id
). ENGINE=InnoDB. – Haradzieniec