MySQL: Load database to memory
- by Adam Matan
Hi,
Is there a way to load an entire MySQL database to the RAM, especially on en EC2 server?
The database is quite small (~500 MegaBytes)
I have enough memory
Speed issues are crucial - the resulted queries are used to serve a dynamic webpage.
Thanks,
Adam