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 > Index system catalog table

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-05-07, 09:26
koganti koganti is offline
Registered User
 
Join Date: Jul 2002
Location: ATL
Posts: 170
Index system catalog table

Have any one indexed system catalog table. I have some poor performing sql that is spending lot of time on tablescan on system catalog table. I wanted to index that perticular column and DB2 does not allow me to set up an index on system catalog table.
My version of db2 is 8.1.6

Any suggestions how i can accomplish this task to improove the performance.
Reply With Quote
  #2 (permalink)  
Old 12-05-07, 09:56
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
RUNSTATS on the system catalog table is the one you are likely to need.

Also, consider tuning catalog cache size db cfg and if needed, a separate bufferpool for the catalog tablespace.

If you think this is causing a huge problem, get IBM support to look into this.
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
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