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 > Rebuild indexes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-02-10, 08:40
DB Guide DB Guide is offline
Registered User
 
Join Date: Oct 2009
Posts: 14
Rebuild indexes

Hi,

Is there any concept of Rebuilding Indexes in db2 UDB LUW just like in Oracle?

Please correct me if i am wrong. I think "Reorg" utility will not only defragment the indexes but also rebuild the indexes? Infact it is only the way to rebuild manually?


Thanks!
Reply With Quote
  #2 (permalink)  
Old 02-02-10, 11:01
nvk@vhv nvk@vhv is offline
Registered User
 
Join Date: Jan 2010
Posts: 294
That is correct. The normal reorg is rebuilding the indexes. The reorg comand has an option 'clean up' which frees used pages.

REORG INDEXES/TABLE
Reply With Quote
  #3 (permalink)  
Old 02-03-10, 04:18
DB Guide DB Guide is offline
Registered User
 
Join Date: Oct 2009
Posts: 14
Thanks for clearing the doubt!
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