Goodday to you all,
I was planning to rebuild my indexes en restructure my database in order to gain more performance and reclaim diskspace/database space.
Over multiple multivolume databases the variable extents are considerably larger than the fixed ones also are there some issues with extent locations that could be improved.
The plan currently is to backup the database to tape with probkup.
procopy the database to a temp structure
prodel the original database otherwise not enough diskspace for idxrebuild.
idxrebuild the temp database,
create a new .st file accordingly to the new disklayout
procopy the temp in to the new database
prodel the temp database
This should work and get the objected results.
The thing I was wandering about is the order of execution of the idxrebuild i could restructer the database first and at the end rebuild its indexes?
Is this in any way better faster worse etc etc.
If any of you would provide some comments I would be very thankful.
Best regards,
Arjan van der Meer
I was planning to rebuild my indexes en restructure my database in order to gain more performance and reclaim diskspace/database space.
Over multiple multivolume databases the variable extents are considerably larger than the fixed ones also are there some issues with extent locations that could be improved.
The plan currently is to backup the database to tape with probkup.
procopy the database to a temp structure
prodel the original database otherwise not enough diskspace for idxrebuild.
idxrebuild the temp database,
create a new .st file accordingly to the new disklayout
procopy the temp in to the new database
prodel the temp database
This should work and get the objected results.
The thing I was wandering about is the order of execution of the idxrebuild i could restructer the database first and at the end rebuild its indexes?
Is this in any way better faster worse etc etc.
If any of you would provide some comments I would be very thankful.
Best regards,
Arjan van der Meer