Quote:
Originally Posted by MarkhamDBA
we use only SMS tablespaces. So am I right saying that we don't need to use tablespace option in reorg in this case? So reorg is being done in table's own tablespace without space limitation.
|
True when you are doing online reorgs.
Unpredictable when you are doing offline reorgs: if the table is large enough db2 will spill to TEMP storage, even if you did not specify it. TEMP tablespaces on SMS are common, so what I meant was: do you have enough disk-space when the "worse-case-senario" becomens true: all the biggest tables per tablespace are REORG-ed simultaniously and use the same TEMP space. Do not underestimate the this possibility: large tables take longer to reorg so it may seem that the large tables wait for each other.