Re: Our high end SQL server cluster is maxed out, how else to expand? Will it help to move tables off of the cluster onto other clusters or will that just create processing bottleneck on the cluster running SQL server?
- From: JPD <nospam@xxxxxxxxxxxxxxxx>
- Date: Wed, 25 Jul 2007 09:34:31 +0100
Hi Daniel,
What do you mean by maxed out. Is it "maxed out" on I/O, memory, CPU? Run a trace in Performance Monitor using the following counters and once you've identified the bottlenecks act accordingly, i.e. add more memory or more/faster disks or RAID, fix application problems (if you're getting blocking situations), remove other apps on the server etc. etc. But before you take action you need inform yourself on what the problem really is.
a. LogicalDisk (All Counters and All Instances)
b. Memory (All Counters)
c. Paging File (All Counters and All Instances)
d. PhysicalDisk (All Counters and All Instances)
e. Processor (All Counters and All Instances)
f. SQLServer:Access Methods (All Counters)
g. SQLServer:Buffer Manager (All Counters)
h. SQLServer:Buffer Node (All Counters and All Instances)
i. SQLServer:Buffer Partition (All Counters and All Instances)
j. SQLServer:Databases (All Counters and All Instances)
k. SQLServer:General Statistics (All Counters)
l. SQLServer:General Latches (All Counters)
m. SQLServer:General Locks (All Counters and All Instances)
n. SQLServer:General Memory Manager (All Counters)
o. SQLServer:General Plan Cache (All Counters and All Instances)
p. SQLServer:General Transactions (All Counters)
q. SQLServer:General Wait Statistics (All Counters and All Instances)
r. Thread (All Counters and All Instances)
Jonathan
Daniel wrote:
Our high end SQL server cluster is maxed out, how else to expand? Will it help to move tables off of the cluster onto other clusters or will that just create processing bottleneck on the cluster running SQL server?.
- Follow-Ups:
- References:
- Prev by Date: Re: Error connecting to instance using Server Management Studio
- Next by Date: Re: Cannot connect to SQL 2000 remotely
- Previous by thread: Our high end SQL server cluster is maxed out, how else to expand? Will it help to move tables off of the cluster onto other clusters or will that just create processing bottleneck on the cluster running SQL server?
- Next by thread: Re: Our high end SQL server cluster is maxed out, how else to expand? Will it help to move tables off of the cluster onto other clusters or will that just create processing bottleneck on the cluster running SQL server?
- Index(es):
Relevant Pages
|