473,503 Members | 1,674 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to Spec a SQL server

Hello

We are upgrading our DB server to a new machine and there is a heated
debate about what spec machine to use.

We have on this server a 15 GB DB that handled around 2-3 million
transactions / day, 50% updates and 50& reads roughly, the main goal
since it is used by an interactive end user application is speed for
updates and reads, it does not need to do any heavy calculations at
all during daytime, at nighttime it does a lot of batch jobs, going
through the data and inserting results into different tables.

the main questions I have is:

Single or Dual CPU
AMD 64 or Intel CPU
2 or 4 GB of RAM
DIsk Setup for max I/O, we are thinking, mirror for the OS, mirror for
the DB logs and RAID 5 for the DB data, using 2 different RAID
controllers to try and maximize disk I/O, keeping the logs and OS on
one controller and DB data on the second controller.

is there anything I need to watch out for? or something to pay more
attention to than other things?

ANy advice would be greatly appreciated

rgds

Matt
Jul 20 '05 #1
2 3005

"Matt" <ma**@fruitsalad.org> wrote in message
news:b6**************************@posting.google.c om...
Hello

We are upgrading our DB server to a new machine and there is a heated
debate about what spec machine to use.

We have on this server a 15 GB DB that handled around 2-3 million
transactions / day, 50% updates and 50& reads roughly, the main goal
since it is used by an interactive end user application is speed for
updates and reads, it does not need to do any heavy calculations at
all during daytime, at nighttime it does a lot of batch jobs, going
through the data and inserting results into different tables.

the main questions I have is:

Single or Dual CPU
AMD 64 or Intel CPU
2 or 4 GB of RAM
DIsk Setup for max I/O, we are thinking, mirror for the OS, mirror for
the DB logs and RAID 5 for the DB data, using 2 different RAID
controllers to try and maximize disk I/O, keeping the logs and OS on
one controller and DB data on the second controller.

is there anything I need to watch out for? or something to pay more
attention to than other things?

ANy advice would be greatly appreciated

rgds

Matt


You might want to start by looking at where your current server
configuration is encountering limitations. For example, if you have issues
due to insufficient memory (such as a low cache hit ratio), but the CPU is
not heavily used, then you should probably consider more memory rather than
an additional CPU. The disk setup sounds reasonable, RAID10 would be better
than RAID5 (but more expensive, of course); again, you should probably look
at I/O in your current configuration first.

Some server vendors have sizing guides for MSSQL which help you to assess
what hardware you need - you may want to check that out. In addition the
Microsoft SQL 2000 Performance Tuning Guide has chapters on capacity
planning and I/O subsystems which could be useful in making a decision.

Simon
Jul 20 '05 #2

"Matt" <ma**@fruitsalad.org> wrote in message
news:b6**************************@posting.google.c om...
Hello

We are upgrading our DB server to a new machine and there is a heated
debate about what spec machine to use.

We have on this server a 15 GB DB that handled around 2-3 million
transactions / day, 50% updates and 50& reads roughly, the main goal
since it is used by an interactive end user application is speed for
updates and reads, it does not need to do any heavy calculations at
all during daytime, at nighttime it does a lot of batch jobs, going
through the data and inserting results into different tables.

the main questions I have is:
There's a good book from MS Press on sizing SQL Servers. I don't have the
name off the top of my head.

As you note, the biggest thing is going to be the disk I/O.

As a point of reference I have a server that handles about 14 million
inserts a day. (and a roll-up job at night.)

It's a quad XEON 700Mhz 2MB CPU (so rather old).
3 physical arrays, 10K drives. All are RAID 10

It used to handle only about 7 million inserts a day, but we found a flaw in
the code that we fixed that allowed us to get more inserts.

(in fact used to max out at about 50-60% cpu and beyond that, we just
couldn't get any more inserts done. Code change allows it to run at nearly
100% CPU. So now the CPU is the bottleneck.)

Single or Dual CPU
AMD 64 or Intel CPU
2 or 4 GB of RAM
DIsk Setup for max I/O, we are thinking, mirror for the OS, mirror for
the DB logs and RAID 5 for the DB data, using 2 different RAID
controllers to try and maximize disk I/O, keeping the logs and OS on
one controller and DB data on the second controller.

is there anything I need to watch out for? or something to pay more
attention to than other things?

ANy advice would be greatly appreciated

rgds

Matt

Jul 20 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
3570
by: Marian Jancar | last post by:
Hi, Is there a module for parsing spec files available? Marian -- -- Best Regards,
2
2302
by: Philippe Poulard | last post by:
Hi, I need to define inside my stylesheet some xml structured datas, like this (this example works) : <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"...
14
5562
by: laurence | last post by:
I am implementing a comprehensive image-map generator utility, so have been studying W3C HTML 4.01 Specification (http://www.w3.org/TR/html4/struct/objects.html#h-13.6) on image maps (among other...
2
2214
by: Thomas G. Marshall | last post by:
Arthur J. O'Dwyer <ajo@nospam.andrew.cmu.edu> coughed up the following: > On Thu, 1 Jul 2004, Thomas G. Marshall wrote: >> >> Aside: I've looked repeatedly in google and for some reason cannot >>...
2
1652
by: Matthijs van Waveren | last post by:
"Your opportunity to be a RECOGNIZED EXPERT in the HPC Community" The SPEC High Performance Group is seeking candidates for a benchmark suite based on Message Passing Interface (MPI)...
3
1837
by: John | last post by:
Hi What is the minimum memory requirement for vb.net development in vs.net? Thanks Regards
61
620
by: John.L.Henning | last post by:
The new CPU benchmark from the Standard Performance Evaluation Corporation is announced http://www.spec.org/cpu2006/ Readers of comp.arch and comp.benchmarks may recall that I posted a call...
2
1177
by: Adam Atlas | last post by:
I'm trying to figure out if there's any defined behaviour in PEP 333 for instances where an application returns an iterable as usual without error, but that iterable's next() method eventually...
2
1992
by: Tim Van Wassenhove | last post by:
Hello, When i read the CLI spec, 8.10.2 Method inheritance i read the following: "A derived object type inherits all of the instance and virtual methods of its base object type. It does not...
0
7199
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7273
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7322
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6982
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7451
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5572
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
3161
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3150
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
731
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.