By arsart on
Hello all,
If anyone hosts on well-known MediaTemple (mt) hosting at Grid plan, could you please leave a comment about technical issues within Drupal maintainance there.
I'd like to port a huge web portal with 3000 nodes and high traffic, recently I'm suffer from a small DB server capacity (high limited CPU and limited requests) at shared hosting. The main bottle neck is a cache table that growth over 600Mb weekly and dramatically slow down site work within 502, 503 errors and MySQL "server" collapse.
Thank you in advance!
Comments
Not Drupal...
I have a drupal site at Mediatemple...
No Drupal-specific issues on their "gs" plan... Just general outage/availability issues, and some slowness whenever the site isn't being constantly accessed. Basically, it takes a while to "warm up" on the grid, so it's best for sites with some* amount of steady traffic.
That said, there are some upgrades (including getting your own dedicated MySQL server instance for an addition $20/month) that should resolve the rest of the issues.
Other than that, no problems with Drupal on PHP5... Oh yeah, they don't seem to support MySQL 5, so that's a big deal for some...
What exact hits you have? My
What exact hits you have? My site load is nearly ~1700 hits a day.
Yes, currently I have MySQL 5.x. and hope won't get an issue with russian utf-8 while migrating back to 4.1.x
Also, the best approach in my situation is to upgrade current Drupal 4.7.6 to 5.1.x... but that'd took much time:(
---------------
DesignCollector
GS SQL Container
If you can afford the SQL Container it will help likely, it'll analyze slow queries and whatnot and reserves dedicated resources to the instance of the server. You may need the pro version tho.
On the drupal side i've never had a problem, they are pretty reliable, but for some things you'll need to make sure you put your session.save_path to your data/tmp folder or you may experience some interesting "grid" behavior akin to a time machine.
When You say cache table that grows by 600Mb weekly, is it in aggressive mode? maybe turn it down a little, or find something to clear cache tables via cron?
Thanks for useful advises.
Thanks for useful advises. Anyway, recently I have Drupal 4.7.6 and cache is set to "1 hour" flush, but strangely it doesn't flush and keep growing till my hosting capacity limits been overloaded. Than site come very unstable and while trying to post smth it falls:(
---------------
DesignCollector
Database size.
Please keep in mind that in the MySQL SmartPool v2 system there is a 4GB limit to total database size: http://kb.mediatemple.net/article.php?id=659
From what you're describing in regards to the scale of your operations I'd say you should probably start off with the $20 Lite container right away, which also has the 4gb storage limit for your database, but can be upgraded* to the Pro (6GB) or Advanced (8GB) packages in minutes from our AccountCenter interface. The higher-level containers also provide more RAM for increased performance and capacity. As the other users stated in this thread earlier, there are also tools to generate a slow query log which can provide a lot of insight on further optimizing your database performance or finding troublesome queries.
We have quite a number of Drupal users on our (gs) Grid-Service platform. We even have it as a 1-click install option (the others being zen-cart and wordpress) . You said you're planning on porting an existing setup, so that wouldn't really apply to you, but we're definitely a Drupal-friendly host nonetheless.
Our latest PHP versions are:
PHP4: 4.4.7
PHP5: 5.2.2
MySQL: 4.1.11
Hopefully this should give you some more solid info to work with. Good luck on your research! =)
*Pricing on all of our MySQL containers can be found here: http://www.mediatemple.net/webhosting/gs/mysql-containers.htm
Arman Z. - (mt) Media Temple, Inc. - http://www.mediatemple.net/
I think after 750mb (whole
I think after 750mb (whole capacity within DB and hosting) 4GB for only DBs will be enough. So I'd like to start with default GS MySQL SmartPool and try out who it will be going, I'm sure everything'd be ok cos I've not so much hits (~1700/d).
Also I'm planning to port the other Drupal site with quite big DB.
---------------
DesignCollector