…SELECT *” taking half the time to execute than the same “SELECT one_indexed_column” query in MySQL…SELECT will only be faster when the condition is very selective…
Post: InnoDB Full-text Search in MySQL 5.6: Part 2, The Queries!
…Query OK, 0 rows affected (0.00 sec) mysql: INSERT INTO innodb_ft_list2 SELECT * FROM innodb_myisam_stopword; Query OK, 543 rows… | Oscar Blakemore | 0 | | 1442048 | Donald Simmons | 0 | +———+——————+——————-+ There’s only one row in the table that actually matches all …

