Scunningham99
Programmer
Hi
Our developers intend to delete data from a number of tables. For example we have a table which contains 140million rows. We intend to delete approx 85million rows from this table.
Our plan is to create another tablespace, so once the delete is complete we can issue alter table <table name> move tablespace NEW_TABLESPACE;
Then rebuild the indexes.
My question is this the best method for reclaiming the space and to reset the highwater mark?
Would this be a better method compared to import/export? in terms of speed and results?
kind regards
simon
Sy UK
Our developers intend to delete data from a number of tables. For example we have a table which contains 140million rows. We intend to delete approx 85million rows from this table.
Our plan is to create another tablespace, so once the delete is complete we can issue alter table <table name> move tablespace NEW_TABLESPACE;
Then rebuild the indexes.
My question is this the best method for reclaiming the space and to reset the highwater mark?
Would this be a better method compared to import/export? in terms of speed and results?
kind regards
simon
Sy UK