dbTalk Databases Forums  

CPU Utilization

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss CPU Utilization in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Minas Papageorgiou
 
Posts: n/a

Default CPU Utilization - 04-22-2009 , 04:20 PM






I have an SSIS 2008 package that takes ~1.5h to run
on a 2 x Quad core Opteron server with 16Gb ram.

The issue is whether there are some settings so that SSIS
takes better advantage of the CPUs since the current utilization is always
less tan 30%, while most of the data reside on the memory (disk usage is low)

Reply With Quote
  #2  
Old   
Todd C
 
Posts: n/a

Default RE: CPU Utilization - 04-23-2009 , 06:39 AM






Hello,

Have you identified what element in the package is causing a possible
bottleneck? Maybe insufficient indexes on the source, or something else?

You might look inside an individual package at any of the Data Flow
elements. Look for the following properties:
*DefaultBufferMaxRows
*DefaultBufferSize
*EngineThreads

I suggest you read BOL for how each of these might affect package
performance. I also suggest that, should you decide to tweak them, you only
touch one at a time and test it through several package cycles under
identical conditions.

Keep us posted. I have never messed with those properties and am curious to
know what they might do for you.

HTH
=====
Todd C


"Minas Papageorgiou" wrote:

Quote:
I have an SSIS 2008 package that takes ~1.5h to run
on a 2 x Quad core Opteron server with 16Gb ram.

The issue is whether there are some settings so that SSIS
takes better advantage of the CPUs since the current utilization is always
less tan 30%, while most of the data reside on the memory (disk usage is low)

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.