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 > online reorg mechanism

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-13-11, 05:42
db2cap db2cap is offline
Registered User
 
Join Date: May 2010
Posts: 87
online reorg mechanism

Hi,
I referred this blog to understand the mechanism for online reorg.

Online Reorg

When they say it create a shadow table-space for the users to work when online reorg is in progress, where does this shadow table-space is created. I mean, where we need to have sufficient disk space for the online reorg to complete, like /temp or any other place?
Reply With Quote
  #2 (permalink)  
Old 09-13-11, 05:57
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
What version and platform of DB2 are you talking about ?

The page you are referring to is for DB2 zOS


--
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #3 (permalink)  
Old 09-13-11, 06:07
db2cap db2cap is offline
Registered User
 
Join Date: May 2010
Posts: 87
Sorry for not mentioning the mandatory details. I am on DB2 V9.1, AIX 5.3
Reply With Quote
  #4 (permalink)  
Old 09-13-11, 06:18
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
If you look at the REORG TABLE Statement description, there is a USE <tablespace name> and here is the description ,which should answer your query

Quote:
USE tbspace-name
Specifies the name of a system temporary table space in which to store a temporary copy of the table being reorganized. If you do not provide a table space name, the database manager stores a working copy of the table in the table spaces that contain the table being reorganized.

For an 8 KB, 16 KB, or 32 KB table object, if the page size of the system temporary table space that you specify does not match the page size of the table spaces in which the table data resides, the DB2® database product will try to find a temporary table space of the correct size of the LONG/LOB objects. Such a table space must exist for the reorganization to succeed.

For partitioned tables, the temporary table space is used as temporary storage for the reorganization of data partitions in the table. Reorganization of the entire partitioned table reorganizes a single data partition at a time. The temporary table space must be able to hold the largest data partition in the table, and not the entire table. When the ON DATA PARTITION clause is specified, the temporary table space must be able to hold the specified partition.

If you do not supply a table space name for a partitioned table, the table space where each data partition is located is used for temporary storage of that data partition. There must be enough free space in each data partition's table space to hold a copy of the data partition.
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #5 (permalink)  
Old 09-13-11, 06:22
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
BTW, the above is only for OFFLINE reorg (with no access or read-only access).

For inplace reorg, as the name indicates, the reorg is done in-place and no shadow table is created.
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #6 (permalink)  
Old 09-13-11, 06:40
db2cap db2cap is offline
Registered User
 
Join Date: May 2010
Posts: 87
Thanks for quick reply sathyaram but without a shadow copy in online reorg, how can users have access to data?
The link I shared is for online reorg where it does talk about the shadow copy.
Reply With Quote
  #7 (permalink)  
Old 09-13-11, 06:46
przytula_guy przytula_guy is offline
Registered User
 
Join Date: Apr 2006
Location: Belgium
Posts: 1,159
__________________
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
  #8 (permalink)  
Old 09-13-11, 07:03
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
Quote:
Originally Posted by db2cap View Post
Thanks for quick reply sathyaram but without a shadow copy in online reorg, how can users have access to data?
The link I shared is for online reorg where it does talk about the shadow copy.
As mentioned earlier, the link you shared was for zOS. The concepts are a bit different in LUW.

See Guy's link above.
__________________
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