Elektrine lite

← Feed

@pwaring@social.xk7.net

Post #2319473

2026-04-30 13:15 UTC

@katemorley@hachyderm.io I've never had any problems moving from MyISAM to InnoDB, and I've done a lot over the years. Most of the arguments for sticking with MyISAM (e.g. full text indexes) are no longer relevant. Given the numbers involved though you might want to experiment with the various InnoDB config options, as they can make/break a setup. I have found this resource to be useful in the past, though normally I've just done ALTER TABLE tbl SET Engine=InnoDB: https://mysql.rjweb.org/doc.php/myisam2innodb

Replies (0)

No replies.