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 > Reorg space required

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-14-05, 14:24
rvsc36 rvsc36 is offline
Registered User
 
Join Date: Jan 2004
Location: Phoenix, AZ
Posts: 42
Reorg space required

Hi,

Can anyone refresh my memory? What is the least amount of space a table must have required to do a table reorg? Is it double the allocated size of the table? Or, is it double the used size?

Example -

Table A is allocated in a tablespace 2 gig. Its used pages equals about a half a gig. To run a reorg on this table, does the tablespace need at least 4 gig, or, 1 gig? This is being that you at least need double the size of the table to do a reorg.

Thanks
Reply With Quote
  #2 (permalink)  
Old 10-17-05, 13:08
rvsc36 rvsc36 is offline
Registered User
 
Join Date: Jan 2004
Location: Phoenix, AZ
Posts: 42
I found the answer this after I posted this - You need to make sure you have enough space in the tablespace for another copy of the table. This is in order for the reorg utility to make a ghost copy of the table in the same tablespace during the reorg process.
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