The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Will spliting the mysql database and files to different servers make my forum faster?
Will splitting the mysql database and files to different servers make my forum faster or should I just upgrade to a dedicated server?
For example, I am running on vps. If I had lets say 2x 1440 ram which makes it 2880 ram and split my mysql and files into two different servers will it be better or will upgrading to 2880 ram without splitting my mysql and files a better option? |
#2
|
||||
|
||||
I see the upgrade to 2880 mb ram a better option.
Webserver/Database RAM comsuption is something hard to guess, and not ever equilibrated. So if you have 2x1440, your apache/lighttpd/webserver can break 1440mb while mysql is using just 400mb or vice-versa. With a single server, you have more flexibility: 1440+400 is 1840, still far from crashing or even slowing down the website access. |
#3
|
|||
|
|||
Thanks RenatoMN
|
#4
|
|||
|
|||
FWIW, you can significantly increase your server performance by moving the static content (images and javascript) to an inexpensive content delivery network (CDN). We use SimpleCDN, Mirror Bucket, with satisfactory results.
|
#5
|
|||
|
|||
impo, having a dedicated physical (not 2 vps running on the same physical box) database server is always preferable (because the database will run with as much of the live data cached in memory {disc i/o is the performance killer} as possible given the available ram) as long as you have an excellent or dedicated (ie private) network connection between the application server and the dbms server. many LAMP systems run the database and application on the same server due to costs, and because doing so permits you to not open the database to external connections (for security concerns).
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|