Caching Mysql database for better performance
- by kobey
Hi,
I'm using Amazon cloud and I've performance issue since the HDD is not located on my machine.
My database is small (~500MB) and I can afford to keep it all in my RAM.
I do not want to keep queries in my RAM, i need all the tables there.
How can i do it?
Thanks,
Koby
P.S.
I'm using ubuntu server...