I have a question about index extents.
Just did a dbexport to defrag a DB, I modified the initial extent/next extent numbers for tables where needed, and dbimported.
I got the following info using oncheck -pT.
The table I'm using as an example has all data pages in the 1st extent (extent size 82837, next size 8283) as I would expect but the initial extent size for all indexes ranges from 757 to 1818 and next extent size ranges from 7 to 18.
Some indexes have 60+ extents right after defragging.
I know that extents created contiguously are treated as one extent but where are the initial extent/next extent #'s for index extents coming from? I thought these numbers would be inherited from the table but they're not so I'm confused.
Any index extents (using next extent size) created later due to database activity will be very small & the indexes will become heavily fragmented quickly with these very small next extent sizes.
Is it the method I'm using to determine initial extent and next extent sizing? Am I missing something?
Thanks,
Mike
Just did a dbexport to defrag a DB, I modified the initial extent/next extent numbers for tables where needed, and dbimported.
I got the following info using oncheck -pT.
The table I'm using as an example has all data pages in the 1st extent (extent size 82837, next size 8283) as I would expect but the initial extent size for all indexes ranges from 757 to 1818 and next extent size ranges from 7 to 18.
Some indexes have 60+ extents right after defragging.
I know that extents created contiguously are treated as one extent but where are the initial extent/next extent #'s for index extents coming from? I thought these numbers would be inherited from the table but they're not so I'm confused.
Any index extents (using next extent size) created later due to database activity will be very small & the indexes will become heavily fragmented quickly with these very small next extent sizes.
Is it the method I'm using to determine initial extent and next extent sizing? Am I missing something?
Thanks,
Mike