Re: Mixing Innodb MyISAM tables

2004-08-10 Thread Egor Egorov
sean c peters [EMAIL PROTECTED] wrote: Im considering a design that mixes InnoDB and MyISAM tables. I want Innodb for speed, etc, but i have one table where i want a column to have a FULLTEXT index on. Thus the need for MyISAM. Im not worried about the performance in using the MyISAM

Re: Mixing Innodb MyISAM tables

2004-08-07 Thread Harald Fuchs
In article [EMAIL PROTECTED], sean c peters [EMAIL PROTECTED] writes: Im considering a design that mixes InnoDB and MyISAM tables. I want Innodb for speed, etc, but i have one table where i want a column to have a FULLTEXT index on. Thus the need for MyISAM. Im not worried about the

Mixing Innodb MyISAM tables

2004-08-06 Thread sean c peters
Im considering a design that mixes InnoDB and MyISAM tables. I want Innodb for speed, etc, but i have one table where i want a column to have a FULLTEXT index on. Thus the need for MyISAM. Im not worried about the performance in using the MyISAM tables, as we speak, the production version of