Hi,
As I have recently started working with the mysql where i am trying to study the performance if the metadata and index are stored on the faster storage and the main data is stored on the relatively slow storage device.
for which I need to know if I can specify different locations for the .frm files and .ibd files.
Also I am willing to know if I can take out the indexes from the .ibd file and store it separately.
the idea is store the metadata indexes on the nvRAM and the data on the SSD
any suggestion is welcome on how to achieve that.
As I have recently started working with the mysql where i am trying to study the performance if the metadata and index are stored on the faster storage and the main data is stored on the relatively slow storage device.
for which I need to know if I can specify different locations for the .frm files and .ibd files.
Also I am willing to know if I can take out the indexes from the .ibd file and store it separately.
the idea is store the metadata indexes on the nvRAM and the data on the SSD
any suggestion is welcome on how to achieve that.