Dear all,
We have a very large table which due to disk limitations, every few weeks, we manually copy to another DB2 database using piped export/load and then backup the copied table to tape. We want to change this so that the operation is automatic. The issues are:-
1. Need to be able to view the list of available archived datasets and retrieve 1 or more of them at 1 time in order to satisfy customer queries.
2. The smaller the dataset that we backup/restore, the less range that we can query in 1 go. This could mean that multiple backup/restores need to be done to satisfy a request for data. Conversely, The larger the dataset the longer it takes to backup/restore.
3. Tape retrieval is always serial
Does anybody know of a commercial package which works with DB2 to allow easy archiving/retrieval of datasets from tape? If not, does anybody have practical experience of implementing such a system themselves?