Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
How to increase performance in parrallel unload

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DB2
Author Message
kalaikala

New User


Joined: 21 Jul 2007
Posts: 11
Location: Chennai

PostPosted: Wed Apr 30, 2008 5:06 pm    Post subject: How to increase performance in parrallel unload
Reply with quote

A table has huge number of data. I want to unload it in a file.

In the table unload I am getting CPU time as 6 mins and Clock time 30 mins. To get better performance I planned to do parallel unload.

Select * from XXXXXXXX.YYYY

When I do parallel unload for all partitions in the tablespace CPU time is so high(~15 mins) and Clock time (3 mins) only.

TEMPLATE UNLDDS DSN &USERID..SMPLUNLD.&TS..T&PART.
UNIT SYSDA DISP (NEW,CATLG,CATLG) SPACE (5000,500) TRK
UNLOAD TABLESPACE DBXXXXX.TSMYYYY
UNLDDN UNLDDS
FROM TABLE XXXXXXX.YYYY

I want to improve its performance(by reducing both CPU and Clock). Please help me out in this.
Back to top
View user's profile Send private message
References
PostPosted: Wed Apr 30, 2008 5:06 pm    Post subject: Re: How to increase performance in parrallel unload Reply with quote

enrico-sorichetti

Global Moderator


Joined: 14 Mar 2007
Posts: 1847
Location: italy

PostPosted: Wed Apr 30, 2008 5:14 pm    Post subject: Reply to: How to increase performance in parrallel unload
Reply with quote

Quote:
Please help me out in this.


we cannot do it...
most of the time optimizing elapsed has negative effects on the CPU utilization

( parallelism, buffering, .... )
Back to top
View user's profile Send private message
kalaikala

New User


Joined: 21 Jul 2007
Posts: 11
Location: Chennai

PostPosted: Wed Apr 30, 2008 5:18 pm    Post subject:
Reply with quote

So the table unload will be better than the tablespace unload. Because its performance is good in CPU and Clock time too.

Am i correct?.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DB2 All times are GMT + 6 Hours
Page 1 of 1