473,785 Members | 2,419 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

What hardware to get?

We are upgrading our SQL Server hardware because we need more CPU
power. The current server is a P4 3.2 GHz with HT.

The system we have been looking at is a dual Opteron, and the questions
is: will two Opteron 244 (1.8GHz) give considerably more CPU power than
a single P4 3.2 GHz? Or would we need to get two Opteron 250 (2.4 GHz)
to really get a notable increase in CPU power?

The plan is to get single core Operons first and then plug in two dual
core opterons later on if needed when they are available and maybe a
little bit cheaper.

-Jack

Jul 23 '05 #1
4 1156
(gr**********@g mail.com) writes:
We are upgrading our SQL Server hardware because we need more CPU
power. The current server is a P4 3.2 GHz with HT.

The system we have been looking at is a dual Opteron, and the questions
is: will two Opteron 244 (1.8GHz) give considerably more CPU power than
a single P4 3.2 GHz? Or would we need to get two Opteron 250 (2.4 GHz)
to really get a notable increase in CPU power?

The plan is to get single core Operons first and then plug in two dual
core opterons later on if needed when they are available and maybe a
little bit cheaper.


Opteron is a 64-bit processor, isn't it? I believe that currently the
only 64-bit processor which there is a 64-bit version of SQL Server
is Itanium.

And while you can run 32-bit software on 64-bit hardware, this is not
a very good idea if it's performance you are looking for.
--
Erland Sommarskog, SQL Server MVP, es****@sommarsk og.se

Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techinf...2000/books.asp
Jul 23 '05 #2

"Erland Sommarskog" <es****@sommars kog.se> wrote in message
news:Xn******** **************@ 127.0.0.1...
(gr**********@g mail.com) writes:
We are upgrading our SQL Server hardware because we need more CPU
power. The current server is a P4 3.2 GHz with HT.

The system we have been looking at is a dual Opteron, and the questions
is: will two Opteron 244 (1.8GHz) give considerably more CPU power than
a single P4 3.2 GHz? Or would we need to get two Opteron 250 (2.4 GHz)
to really get a notable increase in CPU power?

The plan is to get single core Operons first and then plug in two dual
core opterons later on if needed when they are available and maybe a
little bit cheaper.
Opteron is a 64-bit processor, isn't it? I believe that currently the
only 64-bit processor which there is a 64-bit version of SQL Server
is Itanium.

And while you can run 32-bit software on 64-bit hardware, this is not
a very good idea if it's performance you are looking for.


Actually, with the Opteron design, I don't believe there's any loss in
performance, unlike the Itanium.

Having said that, my first real question would be:

Are you (the original poster :-) absolutely sure you need more CPU power? I
find memory and I/O tend to be the first physical bottleneck.

But often poor programming (such as cursors) tends to dominate.

Also, rather than just raw CPU power, I'd look at on-board cache. Which
ones have the largest L2 cache? I find that a doubling in cache can make
for dramatic improvements in performance.


--
Erland Sommarskog, SQL Server MVP, es****@sommarsk og.se

Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techinf...2000/books.asp

Jul 23 '05 #3
Hi,

Greg:
Thanks for the feedback. I did find the reason for the high cpu load.
It was in fact a poorly written query. Instead of using a simple IF
EXISTS to check if a table was empty it used a COUNT () > 1. It slipped
passed me at first and it only takes 2 seconds to run, but the query
was run 12,000 times a day so it added up. Thanks for the L2 tip.

Erland: Opteron can run 64 bit code (as Windows 2003 64), but it also
runs 32 bit code without penalty.

Thanks!

-Jack

Jul 23 '05 #4

"SQLJack" <gr**********@g mail.com> wrote in message
news:11******** *************@o 13g2000cwo.goog legroups.com...
Hi,

Greg:
Thanks for the feedback. I did find the reason for the high cpu load.
It was in fact a poorly written query. Instead of using a simple IF
EXISTS to check if a table was empty it used a COUNT () > 1. It slipped
passed me at first and it only takes 2 seconds to run, but the query
was run 12,000 times a day so it added up. Thanks for the L2 tip.
Yeah. Queries like that "add up" quickly.


Erland: Opteron can run 64 bit code (as Windows 2003 64), but it also
runs 32 bit code without penalty.

Thanks!

-Jack

Jul 23 '05 #5

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

Similar topics

137
7186
by: Philippe C. Martin | last post by:
I apologize in advance for launching this post but I might get enlightment somehow (PS: I am _very_ agnostic ;-). - 1) I do not consider my intelligence/education above average - 2) I am very pragmatic - 3) I usually move forward when I get the gut feeling I am correct - 4) Most likely because of 1), I usually do not manage to fully explain 3) when it comes true. - 5) I have developed for many years (>18) in many different environments,...
125
14852
by: Sarah Tanembaum | last post by:
Beside its an opensource and supported by community, what's the fundamental differences between PostgreSQL and those high-price commercial database (and some are bloated such as Oracle) from software giant such as Microsoft SQL Server, Oracle, and Sybase? Is PostgreSQL reliable enough to be used for high-end commercial application? Thanks
96
6251
by: BadPony | last post by:
Anyone using Peoplesoft on a Federated UDB (shared nothing)Environment on Open System Platforms? Preferably AIX, but any war stories would be good. TEA EB-C
24
7667
by: Hardy | last post by:
I'm pretty new in this field. when reading some 70x material, I met with this term but cannot catch its accurate meaning. who can help me? thanks in advance:)~
3
1765
by: Spencer | last post by:
One of the things that I have become interested in lately is questioning in general what percentage of DB2 UDB implementations are configured to run at least near optimally given the hardware infrastructure at said site. DB2 UDB continually is releasing performance enhancements with each release especially with the most recent 8.1 and 8.2 Lots of new features introduced and many to aid in tuning performance. With that said I have to...
51
4567
by: jacob navia | last post by:
I would like to add at the beginning of the C tutorial I am writing a short blurb about what "types" are. I came up with the following text. Please can you comment? Did I miss something? Is there something wrong in there? -------------------------------------------------------------------- Types A type is a definition for a sequence of storage bits. It gives the meaning of the data stored in memory. If we say that the object a is an
58
30253
by: Larry David | last post by:
Ok, first of all, let's get the obvious stuff out of the way. I'm an idiot. So please indulge me for a moment. Consider it an act of "community service".... What does "64bit" mean to your friendly neighborhood C# programmer? The standard answer I get from computer sales people is: "It means that the CPU can process 64 bits of data at a time instead of 32." Ok... I guess I *kind* of understand what that means at an intuitive level, but what...
110
10628
by: alf | last post by:
Hi, is it possible that due to OS crash or mysql itself crash or some e.g. SCSI failure to lose all the data stored in the table (let's say million of 1KB rows). In other words what is the worst case scenario for MyISAM backend? Also is it possible to not to lose data but get them corrupted?
0
1464
by: edu1982edu | last post by:
MSDN on GetCurrentHwProfile: Remarks The GetCurrentHwProfile function retrieves the display name and globally unique identifier (GUID) string for the hardware profile. The function also retrieves the reported docking state for portable computers with docking stations. The system generates a GUID for each hardware profile and stores it as a string in the registry. You can use GetCurrentHwProfile to retrieve the GUID string to use as a...
33
5709
by: James H. Newman | last post by:
I have a portion of code along the following lines: volatile unsigned char x ; unsigned int f(unsigned char *y) ; When I do unsigned int z = f(&x) ;
0
9645
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10325
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10148
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10091
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7499
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6740
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5381
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4053
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2879
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.