Re: balancing connections - any idea ?
- From: Erland Sommarskog <esquel@xxxxxxxxxxxxx>
- Date: Fri, 22 May 2009 21:37:51 +0000 (UTC)
mastiff (golan@xxxxxxxxxxx) writes:
I have 2 web server in load balancing configuration (NLB) and one
database. We are going to add another web server. The problem is simple:
too many connections on the database. It is a bottleneck.
I know that microsoft did not create Real Application Cluster (like
oracle ;-)) ), and I was testing 2 instance (one for each web server)
with the peer to peer transactional replication splitting connections
and replicating data to align databases.
There are many problems with peer to peer replications (conflicts,
identity iussues, ecc.), and I have so many tables.
Do you have any other idea/solution to split/balance connections ?
To be perfectly honest, I suspect that you can achieve a lot by tuning.
Are clients using parameterised queries? Are there proper indexes for
all common queries etc?
--
Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx
Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
.
- Follow-Ups:
- Re: balancing connections - any idea ?
- From: Greg D. Moore \(Strider\)
- Re: balancing connections - any idea ?
- References:
- balancing connections - any idea ?
- From: mastiff
- balancing connections - any idea ?
- Prev by Date: balancing connections - any idea ?
- Next by Date: Re: balancing connections - any idea ?
- Previous by thread: balancing connections - any idea ?
- Next by thread: Re: balancing connections - any idea ?
- Index(es):
Relevant Pages
|