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 > when to reorg a tablespace

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-08-11, 01:49
ravideep ravideep is offline
Registered User
 
Join Date: Mar 2011
Posts: 1
when to reorg a tablespace

hi
i want to know when to reorg a tablespace without running runstats
Reply With Quote
  #2 (permalink)  
Old 03-08-11, 05:27
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
if you see a overflows in you table snapshot ...

That is only one of the reasons you may want to do a reorg. otherthan that, cannot think of anything else ..

But, why don't you want to do runstats ?
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #3 (permalink)  
Old 03-08-11, 05:53
nvk@vhv nvk@vhv is offline
Registered User
 
Join Date: Jan 2010
Posts: 294
See:
http://public.dhe.ibm.com/software/d...ages_0508I.pdf
Pages 7 ff.

IBM DB2 9.5 Information Center for Linux, UNIX, and Windows

Up to date Statistics are essential. On the other hand you could run reorgchk with "current statistics".
Reply With Quote
  #4 (permalink)  
Old 03-08-11, 07:44
przytula_guy przytula_guy is offline
Registered User
 
Join Date: Apr 2006
Location: Belgium
Posts: 1,159
clusterratio too low ..
too many pages used.... (many delete done)
__________________
Best Regards, Guy Przytula
Database Software Consultant
DB2 UDB LUW Certified V7-V8-V9-V9.7 DB Admin - Dprop..
Information Server Datastage Certified
http://www.infocura.be
Reply With Quote
  #5 (permalink)  
Old 03-08-11, 08:30
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
I read my post now and see I have not been clear ..

Overflows in table snapshot may point to the requirement of reorg.

As far as I can think of , this is the only metric that you can use to identify reorg requirement without doing runstats
__________________
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