Hello,

I have to reorganize few tables and I am at the point that I don’t know if I should rebuild or change storage parameters or leave as they are ??!!

Based on what I read :
1. -INITIAL, NEXT parameters should be exactly the same and PCTINCREASE=0
2. INITIAL, NEXT of the table set at the same value as the INITIAL, NEXT for the tbs.

My_TBS
INITIAL =1048576
NEXT= 2097152
PCT_INCREASE= 50

My_table
INITIAL =10485760
NEXT =2097152
PCT_INCREASE= 50


Any sugestion!
Thanks.