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 MyISA
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
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 th