IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Quiesce of LOB colums


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sandeepbadal

New User


Joined: 22 Feb 2005
Posts: 1

PostPosted: Sat Sep 22, 2012 11:40 pm
Reply with quote

Hi,

I am having a table that consists of LOB columns. These consists of huge data.

While performing the QUIESCE and reorg of this tablespace it takes huge amount of time.

Is there a way we can fine tune the performance of this QUIESCE utility. The parameters used are as below

Code:
REORG  TABLESPACE LIST XYZ                   
       UNLOAD   CONTINUE                         
       SORTDEVT SYSDA                             
       SORTKEYS                                   
       SORTDATA                                   
       LOG NO                                     
       UNLDDN      S0001                         
       WORKDDN     SYSUT001                       
        STATISTICS  TABLE(ALL) SAMPLE 10 INDEX(ALL)
       SHRLEVEL    CHANGE                         
       DEADLINE    NONE                           
       LONGLOG     TERM                           
       DELAY       300                           
       MAXRO       1200                           
       MAPPINGTABLE  PDB201.TDBSY019


Code'd
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Sun Sep 23, 2012 5:13 am
Reply with quote

Hello,

Working with Huge Data often requires Huge Amounts of time. . .

Why is there a need to re-organizate a table that would/should be fairly static?
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts Query on Image Copy Tablespace and QU... DB2 3
No new posts Need info on QUIESCE utility in DB2 DB2 4
No new posts Quiesce Utility DB2 3
No new posts Rearrange group of colums to one record. DFSORT/ICETOOL 4
No new posts Fetching the max date between 5 date ... DB2 5
Search our Forums:

Back to Top