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.
HWM can go up (or down) during offline table reorg if TEMP is not used. When TEMP is used, TBS1's HWM should not be affected. When indexes are rebuilt, db2 will use TEMP (if needed). So, TBS2's HWM should not be affected during index rebuild.
If the tablespace was created in 9.7, HWM can be lowered, so it is not a big issue. If created before 9.7, even if db is upgraded to 9.7, then you may have to worry about HWM.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Thanks for your comments.
Marcus, I migrated the db from v8.2. So the TBS was not created in v9.7.
I am thinking to create new TBS and move all the tables/indexes. But its a big job as we have very limited maintenance time.
The perticular table in a REGULAR TBS but the INDEXES are in LARGE TBS.
When I reorg using TEMP, the TEMP TBS should be LARGE or REGULAR or it doesnt matter?