Database Server and Web Server: Which should get the faster server?

  • I have website with both the MS SQL SERVER database and the websites on the same server. I am looking to separate the two. I have received a quote with two different servers, one whose processor is slower than the other (the rest of the configuration is similar). Which server should get the faster processor, the database server or the web server?

  • I'd give it to the database server.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • Typically you want to give the better hardware to the database server. Web servers can be scaled out while database servers have to scale up.

  • This was removed by the editor as SPAM

  • Database server. Web servers typically aren't very CPU intensive, and if they become a bottleneck you can add more web servers and a load balancer. SQL however doesn't scale out easily.

    Don't skimp on memory on the database server either. SQL loves memory.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply