ron
Member
RHEL 9.2 Linux + OE 12.8.3
To recover a lot of "deleted" space after purging, I face having to reclaim the storage on a few large databases (1TB to 2TB), and of course the down-time needed is a major factor. I am looking at various ways to tackle this, one being a D/L. I have done many D/Ls before, but not with DBs of this size and if a D/L is finally chosen as the way to do it, dumping using multiple threads would be especially helpful ... but I have not used this functionality before.
I understand the way it works: splitting tables into ranges of rowids for each thread. My questions are:
Is there a way to know when any particular thread is finished (ie, available for loading)?
Is there any better way to load-back the dump files other than running each of them separately in parallel?
Ron.
To recover a lot of "deleted" space after purging, I face having to reclaim the storage on a few large databases (1TB to 2TB), and of course the down-time needed is a major factor. I am looking at various ways to tackle this, one being a D/L. I have done many D/Ls before, but not with DBs of this size and if a D/L is finally chosen as the way to do it, dumping using multiple threads would be especially helpful ... but I have not used this functionality before.
I understand the way it works: splitting tables into ranges of rowids for each thread. My questions are:
Is there a way to know when any particular thread is finished (ie, available for loading)?
Is there any better way to load-back the dump files other than running each of them separately in parallel?
Ron.