Caching Mysql database for better performance

Posted by kobey on Stack Overflow See other posts from Stack Overflow or by kobey
Published on 2010-03-22T15:20:38Z Indexed on 2010/03/22 19:31 UTC
Read the original article Hit count: 304

Filed under:
|
|
|

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...

© Stack Overflow or respective owner

Related posts about mysql

Related posts about amazon-ec2