Basic info: My Mysql database is using TokuDB, InnoDB, MyIsam tables.
Server info: 16 core, 64GB RAM, CentOS 6.2, MySQL v 5.5
Process: 1. Import large amount data from one text file to one TokuDB table. 2. Select data by joining different table.
When process 1 and 2 running at the same time, the whole operation speed will be much slower.
Does anyone know specific reason?
Any suggestions to improve it?