… register to view the recording and my slides. Thanks to everyone who attended, and especially to folks who asked the great questions. I… to is this example: WHERE (k1.keyword, k2.keyword, k3.keyword) = (‘espionage’, ‘nuclear-bomb’, ‘ejector-seat’); This is okay because each correlation name (k1, k2, k3) is an index lookup. Look at the EXPLAIN…
Post: InnoDB Full-text Search in MySQL 5.6: Part 2, The Queries!
… | 0 | +——-+————————–+——-+ And with 5.6: mysql: SELECT id, full_name, MATCH(full_name, details) AGAINST (‘+james +peterson +arizona’ IN BOOLEAN MODE) AS… of it. My concern is that there are likely going to be people who believe that switching to InnoDB FTS is simply a matter…

