Table Types
My question is about MySQL table types when implementing fulltext search. It is said that for fulltext search MyISAM tables are needed, but on the other hand I need my tables to be of InnoDB type because of many foreign keys I use. Is there a way to have both features within a table (foreign keys and fulltext search)?
P.S. I read that for boolean fulltext search indexes are not obligatory, but anyway it doesn't work on my InnoDB tables.
Thanks!
Subject
Views
Written By
Posted
Table Types
4865
October 31, 2006 04:30AM
2590
November 03, 2006 07:52AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.