If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > High CPU!

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-19-11, 12:34
sysdba1 sysdba1 is offline
Registered User
 
Join Date: Aug 2011
Posts: 27
High CPU!

Does adding 200 columns to the database increase the CPU utilization even though these newly added columns are not used in 'WHERE' clause in any queries?
Reply With Quote
  #2 (permalink)  
Old 10-19-11, 14:49
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
My guess is that adding the 200 columns caused page overflows on just about every row. Accessing tables with lots of page overflows can cause high cpu. You should look at doing a reorg.

Andy
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On