Why xf_search_index MyISAM?

sajal

Active member
Any reasons Why xf_search_index MyISAM and others are InnoDB? This causes performance issues on our site which has over 12M records. Can we convert it to InnoDB?
 
Older versions of InnoDB did not support FULLTEXT indexes, it is only supported since MySQL 5.6 - and XF 2 does only requrie MySQL 5.5.

But for 12M records I wouldn't bother with MySQL FT anyway, use Elasticsearch.
 
Back
Top Bottom