…be a lot faster, especially for large indexes which would get inserts …TABLES on Innodb table to ensure there is not ton of queries starting reading table…ALTER TABLE which requires table rebuild. Dropping all indexes; doing ALTER and when adding them back can be a lot faster than straight ALTER TABLE…
Post: InnoDB Full-text Search in MySQL 5.6 (part 1)
…introduced with InnoDB full-text search), that’s largely where … is generated: mysql> alter table dir_test_innodb ADD FULLTEXT KEY (full…INNODB_FT_* tables. In particular, the INNODB_FT_CONFIG table is supposed to “display metadata about the FULLTEXT index and associated processing for an InnoDB table…

