…You can take a look at procfs for MySQL process: root@ubuntu:/var/log/mysql# cat /proc/19018/stat 19018 (mysqld…Full scan 0% yes, 99% no # Tmp table 1% yes, 98% no # Tmp table on 1% yes, 98% no In …an understanding how much your queries (at least most important ones) cost you in terms of CPU and IO. …
Post: InnoDB Full-text Search in MySQL 5.6: Part 2, The Queries!
…”. OK, sounds easy enough: mysql: SHOW CREATE TABLE innodb_myisam_stopword\G *************************** 1. row *************************** Table: innodb_myisam_stopword Create Table: CREATE TABLE `innodb_myisam_stopword` ( `value… in the MySQL 5.6 documentation; every place where it talks about creating one of these stopword tables, it simply mentions the table engine… important best practice even if FTS isn’t involved. Always test how your application behaves as a result of a major MySQL…

