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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-27-05, 10:51
dogboy11 dogboy11 is offline
Registered User
 
Join Date: Feb 2004
Posts: 26
Reorgchk

This may sound stupid but I have to make sure.....I want to run a regular REORGCHK without updating stats and I want to know if I can run the check online without affecting performance on my production box. Thanks.

DB
__________________
Dogboy
Reply With Quote
  #2 (permalink)  
Old 01-27-05, 11:16
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
Are you doing RUNSTATS on its own ...

If you are not, then every REORGCHK will generate the same result , because REORGCHK uses the catalog statistcs only and does no physical check on the data pages ...
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #3 (permalink)  
Old 01-28-05, 03:01
GertK GertK is offline
Registered User
 
Join Date: Nov 2003
Location: Netherlands
Posts: 96
Quote:
Originally Posted by sathyaram_s
Are you doing RUNSTATS on its own ...

If you are not, then every REORGCHK will generate the same result , because REORGCHK uses the catalog statistcs only and does no physical check on the data pages ...
As far as I know the default option for REORGCHK is UPDATE STATISTICS. If you want to use it without runstats being performed you need to specify CURRENT STATISTICS.

Kind regards, Gert
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