Jump to content
Larry Ullman's Book Forums

Innodb Storage Engine And Fulltext Indexes


Recommended Posts

Hello,

 

In chapter 6, under the heading 'Using Different Table Types' it mentions that if any of the tables requires a FULLTEXT index, then we need to make it a MyISAM table. Since InnoDB now supports FULLTEXT indexes, can I ignore making the messages table MyISAM and keep it to InnoDB?

 

https://dev.mysql.com/doc/refman/5.6/en/innodb-fulltext-index.html

 

Also, thank's to Larry for writing this book. I've been using PHP and MySQL for a while now and I'm still learning new things because of this book!

Edited by ktozer83
Link to comment
Share on other sites

 Share

×
×
  • Create New...