-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
I have a unique field, varchar(100), that I do most of my searching
on. I have an index that includes this and several other fields.
Would it be more efficient to make this a text field and give it its
own fulltext index? Would it be more efficient to not have the other
fields in the same index?