Is it possible to force the index and table to be in separate files, so that the files can be placed on separate disks?
Also is key cache size important with innodb?
We have large datasets that grow every second, that we search on multiple keys, and our performance is currently very poor, and we are trying to optimize it at the hardware level first.
Are there other tuning parameters?
Thank you.
Also is key cache size important with innodb?
We have large datasets that grow every second, that we search on multiple keys, and our performance is currently very poor, and we are trying to optimize it at the hardware level first.
Are there other tuning parameters?
Thank you.
Comment