… that the following changes were made on MariaDB 5.5 config: optimizer_switch=’index_condition_pushdown=off’ optimizer_switch=’mrr=on… 2.2G Innodb_data_reads 329115 355323 143808 335526 16164 15506 Innodb_pages_read 329115 355323 143808 358308 144798 144881 Innodb_rows_read… two other most important numbers are values for Innodb_buffer_pool_reads and Innodb_data_read. We can see that with appropriately…
Comment: InnoDB Full-text Search in MySQL 5.6 (part 1)
… vital important is from the design. When deleting a document, InnoDB Fulltext index does not delete its tokenized words from corresponding… re-inserted, but with different documents And regarding why the config.ibd etc. are still there when you drop the indexes… index again. In terms of information_schema.innodb_ft_config table, it is really an internal config table, not for the purpose of…

