… a problem if the keywords were returned in a different order from what you specify in the query? The tuple comparison you’re… each kind_id. It was more efficient in this case to force MySQL to scan the `title` table first, grouping by kind_id in index order. This made the first table in…
Post: InnoDB Full-text Search in MySQL 5.6: Part 2, The Queries!
…-text Search in MySQL 5.6: Part 2, The Queries![/caption] This is part 2 in a 3 part series. In part … our FT index on the InnoDB table and try the above queries one more time. We already know what the … of InnoDB FTS compare to its MyISAM counterpart, and what kinds of tricks can we use to make it go…

