Avoid Flash cache while using LOAD DATA LOCAL INFILE

Hi,

I’m trying to avoid trashing my flash cache SSD whie loading data to the db.
Is there something like /* sql_no_fcache */

for the Mysql loader?

Thanks,
Daniel.

Hi Daniel,

There is /sql_no_fcache/ in Percona Server 5.5. You can get more information here,

http://www.percona.com/doc/percona-server/5.5/management/sql _no_fcache.html

Regards,
Niljoshi