… optimize queries for a star schema. A star schema presents some unique challenge to the database optimizer. …is important to note that in all cases, lower times are better. SSB Flight #1 Here …=/mnt/mysql56/data basedir=/usr/local/mysql socket=/var/lib/mysql/mysql.sock user=justin innodb_buffer_pool_…
Post: InnoDB Full-text Search in MySQL 5.6 (part 1)
… (I may be one of the few people that likes lower_case_table_names = 1 in /etc/my.cnf), but I…_test_innodb’; mysql> set global innodb_optimize_fulltext_only=1; mysql> select * from information_schema.innodb_ft_config; +—————————+——–+ | KEY | VALUE | +—————————+——–+ | optimize_checkpoint_limit | 180… (0.00 sec) mysql> delete from dir_test_innodb LIMIT 200000; Query OK, 200000 rows affected (8.65 sec) mysql> optimize table dir_test…

