Title: | Oracle CDD/Repository nce |
Notice: | Current versions are V7.0-01 and V6.1-03 eld Test 3 |
Moderator: | 8292::PJACOB N |
Created: | Thu Jan 21 1993 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 1094 |
Total number of notes: | 4913 |
Hi: I have a customer using CDD 6.1. Their .rdb and two .rda files for their repository have grown to over 2 milion blocks. They have moved the .snp files to other disks to handle the large files. They would like to compress this repository. They did a purge in CDO to delete multiple versions of fields, records, etc, and the result was that the rdb files grew in size. Is there anything they can do to shrink these rdb files? Like remove the history information? Thanks for any advice. --Gary Hodson
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
1074.1 | NOVA::SMITHI | Don't understate or underestimate Rdb! | Mon Mar 24 1997 15:55 | 4 | |
Maybe an EXPORT and IMPORT is required (using SQL). Use smaller ALLOCATION for the .RDA files. Ian | |||||
1074.2 | some solutions | 8292::PJACOB | Patrick [email protected] | Tue Mar 25 1997 05:12 | 26 |
Hi Gary, >this repository. They did a purge in CDO to delete multiple versions >of fields, records, etc, and the result was that the rdb files grew in >size. Do you have the logical name CDD$KEEP_HISTORY_ON_DELETE defined to any value ? Which Rdb files grew in size, SNP or RDA ? I am curious to know why your purge makes the Rdb files grow so much. To compress the snapshot files you can use CDO VERIFY/COMPRESS . >Is there anything they can do to shrink these rdb files? Like remove >the history information? Procedures exist to physically remove obsolete history information. For example, note 324.12 has an SQL script which can be the source of inspiration to achieve this. This has to be reviewed against CDD/R 6.1 with CDD$$O_HISTORY and CDD$$O_HISTORY_LIST . I wrote a STARS article ( How to shrink the Size of CDD$DATABASE ) to show an example of the IMPORT command you should specify to reorganize your database. Hope this helps. Patrick | |||||
1074.3 | Thanks | M5::GHODSON | Wed Mar 26 1997 18:00 | 1 | |
Thanks Patrick and Ian. This is great info, just what I needed. |