On Sam, 2002-11-23 at 00:15, Brion Vibber wrote:
However... with MySQL not all tables in a database have to be of the same type. There are already separate columns for the fulltext index thanks to the need to strip out markup; why not move them out to a separate table, keyed to the cur_id, and make it MyISAM while the other tables move to InnoDB?
I see no reason why this shouldn't work. Let's give it a try!
Regards,
Erik