SELECT DATA INTO OUTMCACHED.. LOAD DATA INMCACHE
To enhance performance of some sites which depend heavily on select into outfile and load data infile, i would like to create the following feature:
SELECT INTO OUTMCACHED(mckey) select * from etc ....
LOAD DATA INMCACHED(mckey) into table....
Benefit of this is that i can specify expiry times and i do not need cache disks anymore which over time, when no of files is getting large, become slow.
I have been out of developing something for mysql for quite some time now but i want to pick it up again and this seems like a nice feature.
Or is there already an feature similar to this( which i missed )?
Subject
Views
Written By
Posted
SELECT DATA INTO OUTMCACHED.. LOAD DATA INMCACHE
3534
November 07, 2012 08:26AM
1719
November 17, 2012 01:33AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.