BrianTyler
IS-IT--Management
Not being a DBA, I am usually totally confused by IBM DB2 documentation.
We have a large(ish) DB2 v8 UDB transactional database on RS6000 (AIX), and each month this is copied to another machine for analysis, using a redirected restore of an FTPd backup.
Because the analyses are at a low level, we cannot delete or summarise much of the data, even though 50% of the database is dormant - the customers having left over 3 years ago.
I would like to split the database in two - half live, half dead. The production machine would only have the live data, the analysis machine would hold the dead data, and the latest live data would be copied each month - but there is no time for logical extracts and inserts. A single SQL should be able to access data for both live and dead (without unions etc).
I initially thought that Partitioned Tables would do the job where one partition holds live and one dead, but I have been told that this is not so.
Has anyone any ideas where I should look for a solution.
(Sorry it is such a long and rambling question)
Brian
We have a large(ish) DB2 v8 UDB transactional database on RS6000 (AIX), and each month this is copied to another machine for analysis, using a redirected restore of an FTPd backup.
Because the analyses are at a low level, we cannot delete or summarise much of the data, even though 50% of the database is dormant - the customers having left over 3 years ago.
I would like to split the database in two - half live, half dead. The production machine would only have the live data, the analysis machine would hold the dead data, and the latest live data would be copied each month - but there is no time for logical extracts and inserts. A single SQL should be able to access data for both live and dead (without unions etc).
I initially thought that Partitioned Tables would do the job where one partition holds live and one dead, but I have been told that this is not so.
Has anyone any ideas where I should look for a solution.
(Sorry it is such a long and rambling question)
Brian