Hello , i run db2v9 express-c edition for linux 32 bits on a 4 xeon processors with 8Gb of RAM , my problem is on my enviroment the users produces huge delete from tables , i have indexes and a litle shell script which put database in quiesce mode , reorg tables , reorg indexes for tables and run runstats , but from what i seen in my db2diag.log when i reorg the table :
MESSAGE : ADM5541W Rebuilding index with IID "2" in object with ID "257" and
table space ID "2" on table "ZZZZZ .xxxx".
from this i understand that the index is droped and recreated ? in this case i assume that i don't need to reorg the indexes for the table ? or my assumption is wrong ?
my database is populated with data (about 15Gb ) the biggest table has on it 2 milions rows , in this case the reorg table will take about 3 hours .
Thank you