Forum Moderators: open
one for the db server (sqlserver workgroup edition) and one for the webserver
i figured using two servers could be more economic as perhaps i can have 2 lesser servers rather than one high powered and stacked with ram.
given that i have to compromise ... regarding the db server, would you go for
processing power or RAM as the most important factor.
Having said that, it is unlikely anyone would be silly enough to use something like a beefy dual proc machine with 256MB of RAM...
Faster processors and extra memory generally go hand in hand.
db used to show visitor page history, serve up page suggestions, shopping cart stuff, slicing and dicing the products in a category
inserts to the db, around tracking and logging,
not many updates
tables generally only a few thousand rows
using indexed tables for tracking which run into millions of rows.
If you rollup your data then you could use one machine to do all the grunt work and then the other to just deliver the data from smaller tables.
JAG
IMO the only reason to do it is scaleability not economy. A lot of RAM /Proc are needed for DB servers and web servers, its only Disks and RAID that are different but with a single 14U server you can put a 2 RAID arrays on different volumes and let the SQL have its own volume. You get the benefits of simplicity & fast data transfer of a single sertver while still maintaining separate devices for web and database servers