…star schema presents some unique challenge to the …All OS caches are dropped at this time …from the buffer pool should be faster than getting them from…ALTER TABLE DISABLE KEYS and built the keys with sort via ALTER TABLE ENABLE KEYS. my.cnf [mysqld] datadir=/mnt/mysql56/data basedir=/usr/local/mysql…
Post: InnoDB Full-text Search in MySQL 5.6 (part 1)
…unique key as they suggest, your data won’t load due to unique key…dropping FT indexes, it’s entirely possible to DROP multiple FT indexes with InnoDB in the same ALTER TABLE…mysql> alter table dir_test_innodb ADD FULLTEXT KEY (full_name, details), ADD FULLTEXT KEY…

