MySQL optimized settings for 4GB Linode
I would appreciate comments on MySQL optimized settings for a 4GB Linode hosting only Drupal sites.
Thanks.
7 Replies
We're going to need to know a little more than "MySQL, Drupal, 4GB Linode".
How many sites?
How much traffic?
Are all the sites completely dynamic?
How much content is database driven?
Will you have forums?
How often will you be adding new content to your sites?
Those are just a few question, but others could have many more. Please give us as much information as possible about your sites.
Remember: Make it as easy as possible for us to help you.
10 sites
around 800 GB monthly
Yes, all dynamic
90% content database driven
Forums not yet, but 1 online shop (Ubercart) and starting blogs
new contents added daily
I'd put the web server on its own machine. Makes it easier to scale/replace web servers and database independently.
You've supplied some information but you haven't told us anything you've already done to optimize MySQL.
You also haven't told us that you're actually having a performance problem. Dealing with hypotheticals makes it almost impossible for us to offer any specific help.
Remember: Make it as easy as possible for us to help you.
wget mysqltuner.pl
perl mysqltuner.pl
Research and understand every suggestion it makes before implementing it, because sometimes it's wrong.