Does Sql Server clustering increasing data access performance?

  • Clustering allowing one physical server to take over tasks and responsibilities of another physical server that is failed.

    Does clustering also increasing the data access performances?

    If yes then how?

  • Clustering is solely a high-availability solution, it has no impact on performance at all.

    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
  • walia_jagwinder (2/19/2012)


    Clustering allowing one physical server to take over tasks and responsibilities of another physical server that is failed.

    Does clustering also increasing the data access performances?

    If yes then how?

    As Gail said, Clustered Servers is a High Availability solution. If you want multiple servers to increase performance, you probably want "Federated Servers". Please Google the following phrase for multiple Microsoft and other decent links to the subject.

    federated servers sql server 2008

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.
    "Change is inevitable... change for the better is not".

    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)
    Intro to Tally Tables and Functions

Viewing 3 posts - 1 through 2 (of 2 total)

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