Database server size
Posted
by
David
on Server Fault
See other posts from Server Fault
or by David
Published on 2012-07-09T19:37:01Z
Indexed on
2012/07/09
21:17 UTC
Read the original article
Hit count: 178
I received a recommendation from my hosting provider noting that a general rule in production server management is to ensure that the memory on your database server is larger than the size of your total database.
Our database is 1800mb (and growing) and we're being told to purchase a 2GB server. This didn't sit right with me, but I'm not an expert in production server management. We're running a MySQL db with mostly InnoDB tables and some MyISAMs.
Thanks!
© Server Fault or respective owner