… to compare InnoDB performance vs TokuDB. I have a particular workload I’m interested in testing – it is an insert-intensive workload… how both InnoDB and TokuDB performs if PK is (`id`,`hid`,`mid`). This also will affect select performance, so we will need… = 8M read_buffer_size = 1M read_rnd_buffer_size = 4M bulk_insert_buffer_size = 8M myisam_sort_buffer_size = 8M myisam_max…
Post: InnoDB Full-text Search in MySQL 5.6 (part 1)
… works compared to traditional MyISAM FTS. We’ll get to performance in the third installment. For now, the important number here… Perl script, inserting one row at a time with AutoCommit enabled – remember, the focus here isn’t on performance just yet. Having… one, which discusses improving bulk insert performance. At the very bottom, the page claims that you can speed up bulk loading into an InnoDB…

