Hi, I've run online reorgs on all indexes for a table and afterwards (reorgchk) i can't see any improvements whatsoever...in fact reorgchk-output looks exactly the same as before.. any ideas?
My commands was:
db2 reorg indexes all for table TABNAME allow write access
db2 runstats on table TABNAME and detailed indexes all
reorgchk shows no problem for F1,F2,F3 (no table reorg needed)
but shows clusteratio(F4): 37,3,3,73,46,3,84 thus 7 of 8 indexes marked for reorg
I've not looked into the actual layout of the indexes but could it be that these indexes are poorly created and not really useful?
Or must i perhaps reorg the table using the most important index and then reorg all other indexes?
Or could it be a flaw in the online index functionality so that we really should run offline reorg instead?
The problem is we haven't got the diskspace for the offline reorg thus failing and leaving the indexes corrupt.
Any help or tips is much appreciated
Our environment:
DB2 V9.1 FP4a
Windows2003 SP2
//Leo