Nov 17, 2023 6:58 pm
I'm trying to set the correct table engines in wpForo database but cannot find updated info for wpForo ver. 2.2.3
Will appreciate any help on this.
Thanks
These are my current tables and settings:
7 Replies
Nov 17, 2023 7:49 pm
While yours seems ok, personally i have set all WP tables to InnoDB.
Some say that for some types of tables old isam is faster. But in 2023 i don't think so.
https://blogs.oracle.com/mysql/post/still-using-myisam-it-is-time-to-switch-to-innodb
Nov 18, 2023 4:07 am
Nov 18, 2023 10:59 am
Hi @jorgew,
It's better to set all tables as InnoDB, you ken keep _reactions as MyISAM. All changes should be done in phpMyAdmin database manager. We recommend backup the database before any manipulation.