View Single Post

   
  #4 (permalink)  
Old 02-24-2008, 05:55 PM
DA Morgan
 
Posts: n/a
Default Re: Compressed tables

astalavista wrote:
> Hi,
>
> We have a datawarehouse
> and we have some space problem.
> I thought about using compressed tables
> for rarely accessed tables ( archived data )
>
> Is it a reliable technology ?
> What are the limitations ?
> Any advice ?
>
> Thanks in advance
>
> Oracle 9.2.0.5 on AIX 5.1


I am aware of no limitations or issues with compressed tables
or compressed indexes in Oracle 9i though I would suggest you
move to 9.2.0.6.

The most important thing though is to understand what Oracle
means by compression. This is not .zip type compression. The
compression in tables and indexes is the removal of duplicates.
So if your information has very high cardinality you may gain
little or nothing: Test.
--
Daniel A. Morgan
http://www.psoug.org
damorgan@x.washington.edu
(replace x with u to respond)
Reply With Quote