Ques/Help Is there any reason why MyISAM tables still exist within XenForo?

B

bzcomputers

Guest
There are still currently 4 tables that by default are set to MyISAM storage engine:
xf_search_index
xf_session
xf_session_admin
xf_session_install

Is there any reason a modern version of MySQL or MariaDB couldn't safely use the InnoDB storage engine for these tables without a noticeable performance change?

Continue reading...