… speed is very consistent, just a few tenths of a second off per run. I then rebooted the machine and fired up… in pages afterwards: mysql> select sq.*, pages / (@@innodb_buffer_pool_size / 16384) * 100 pct_buffer_pool from ( select table_name, index_name, count(*) pages, sum…
Post: InnoDB Full-text Search in MySQL 5.6 (part 1)
… speed up bulk loading into an InnoDB…mysql> select * from information_schema.innodb_ft_config; +—————————+———+ | KEY | VALUE | +—————————+———+ | optimize_checkpoint_limit | 180 | | synced_doc_id | 1032677 | | last_optimized_word | | | deleted_doc_count…

