MySQL: Load database to memory

Posted by Adam Matan on Server Fault See other posts from Server Fault or by Adam Matan
Published on 2010-03-22T15:16:27Z Indexed on 2010/03/22 15:21 UTC
Read the original article Hit count: 389

Filed under:
|
|
|

Hi,

Is there a way to load an entire MySQL database to the RAM, especially on en EC2 server?

  1. The database is quite small (~500 MegaBytes)
  2. I have enough memory
  3. Speed issues are crucial - the resulted queries are used to serve a dynamic webpage.

Thanks,

Adam

© Server Fault or respective owner

Related posts about ec2

Related posts about mysql