MySQL Forums
Forum List  »  Newbie

Re: MySQL Fulltext Index
Posted by: Rick James
Date: February 24, 2014 05:31PM

All indexes, including FULLTEXT, are kept up to date.

> why adding a fulltext index seperately to each column and to add an index for more than one column at once are two different things.

Pick each vs all based on whether you Will be doing MATCH(title) AGAINST (...) or doing MATCH (title, desc) AGAINST (...). You may need both.

Options: ReplyQuote


Subject
Written By
Posted
February 22, 2014 02:34AM
Re: MySQL Fulltext Index
February 24, 2014 05:31PM


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.