|
|
Archives of the TeradataForum
Message Posted: Mon, 09 Feb 2004 @ 22:28:34 GMT
Subj: | | Re: Restoring cluster dump to a different configuration |
|
From: | | Fred W Pluebell |
You definitely can restore cluster backups to a different configuration, but you can't do parallel (cluster) restore. You must RESTORE one file
at a time, specifying NO BUILD until all the data has been restored.
Or if you have enough space and backup devices available, you may be able to reduce the elapsed time to restore by doing parallel COPY of each
cluster backup to a different target, then using INSERT/SELECT to combine those partial images.
| |