Jim Boy
Well-known member
Not really that big an issue for the tables listed.Assuming you are using MariaDB, this table can be converted to InnoDB.
Remember; MyISAM is not crash resistant. You can lose the entire contents of the table if something goes wrong and the MySQL process stops or worse the system itself stops.
Am toying with the idea of going to Aurora, which doesn't support MyISAM at all and probably never will.