Re: SQL Server seems not to use processor enough
From: Aaron [SQL Server MVP] (ten.xoc_at_dnartreb.noraa)
Date: 06/24/04
- Next message: Uri Dimant: "Re: Prob. to Restore Database"
- Previous message: Uri Dimant: "Re: Unusual Query Behavior for View"
- In reply to: Ferenc Szidarovszky: "SQL Server seems not to use processor enough"
- Next in thread: Ferenc Szidarovszky: "Re: SQL Server seems not to use processor enough"
- Reply: Ferenc Szidarovszky: "Re: SQL Server seems not to use processor enough"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 24 Jun 2004 08:42:16 -0400
Do all of these servers have the same processor scheduling for applications
vs. background services?
How about the settings within SQL Server itself, how many processors is it
set to use, max worker threads, boost SQL Server priority, use NT fibers,
etc?
-- http://www.aspfaq.com/ (Reverse address to reply.) "Ferenc Szidarovszky" <ferenc.szidarovszky@szidarovszky.com> wrote in message news:2079801c459e3$60429100$a601280a@phx.gbl... > We had some performance problems with one of our systems, > and our investigation came to the following. > > We created a stored procedure: > create procedure xxx as > begin > declare @i integer > set @i = 0 > while @i < 100000000 > begin > set @i = @i + 1 > end > end > go > > Executing this procedure on several different computers we > mostly get <20% worth of processor usage, but on some we > get 100%. > Also, the latter finishes much faster (the ratio of times > is about in conjuction with the ratio of processor usage). > > Notes: > ------ > The term "worth of processor usage" means one processor. > So <20% worth of processor usage means <20% on a one- > processor and <5% on a four processor machine. > We measured processor usage with task manager. > We tested this behaviour on different versions and > releases of SQL Server with same results. > The operating systems were all versions of Windows 2000. >
- Next message: Uri Dimant: "Re: Prob. to Restore Database"
- Previous message: Uri Dimant: "Re: Unusual Query Behavior for View"
- In reply to: Ferenc Szidarovszky: "SQL Server seems not to use processor enough"
- Next in thread: Ferenc Szidarovszky: "Re: SQL Server seems not to use processor enough"
- Reply: Ferenc Szidarovszky: "Re: SQL Server seems not to use processor enough"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|