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.
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.