…rows. “val” column in this table has 10000 distinct value, so range 1..100 selects…mysql> select count(pad) from large; +————+ | count(pad) | +————+ | 31457280 | +————+ 1 row in set (4 min 58.63 sec) mysql> select…
Post: InnoDB Full-text Search in MySQL 5.6: Part 2, The Queries!
…somehow be “better” (as much as it’s actually possible…column named “value”. OK, sounds easy enough: mysql: SHOW CREATE TABLE innodb_myisam_stopword\G *************************** 1. row…rows affected (0.00 sec) mysql: INSERT INTO innodb_ft_list2 SELECT * FROM innodb_myisam_stopword; Query OK, 543 rows…

