Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Table compression

RE: Table compression

From: Koivu, Lisa <Lisa.Koivu_at_Cendant-TRG.com>
Date: Sat, 20 Mar 2004 06:30:06 -0500
Message-ID: <840C139B79E7CC4496B2594E9E35E96703E7D505@floexmailbe2.ffci.com>


Hi Leroy,

I use compression. Beware that adding a column requires uncompressing the table, adding the column, and re-compressing. Also, the percentage of compression you achieve can vary. If you do not use bulk insert, you will only receive nominal compression. If you do use bulk, you can get up to 40-50% compression. Even then it's not consistent, at least with the way I use it. .

I do not see my insert times increased with bulk loading and compressed tables as a target. Then again I am using pl/sql tables and insert into.. select from. The reponse time is reasonable and is still faster than non-direct.

I don't have any compressed indexes. I know it's possible, I just never implemented it.

HTH Lisa Koivu
Oracle Database Monkey Mama
Orlando, FL, USA

-----Original Message-----

From: LeRoy Kemnitz [mailto:lkemnitz_at_uwsa.edu] Sent: Friday, March 19, 2004 3:41 PM
To: Oracle List
Subject: Table compression

I am looking into doing some table compression on my warehouse database to free up some space on the os. I am running 9.2.0.4 on Unix 5.1. The

compression is about 2.5:1 on my tables. The documentation says the bulk insert time will be doubled but the single inserts, updates, and deletes are going to be a wash. Does anyone use compression? Are there

any problems you notice in the use of it? I have also read that the table will need to be re-compressed after the bulk inserts. Any alternative ideas about getting this done?

Thanks in advance,

LeRoy



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html

"The sender believes that this E-Mail and any attachments were free of any virus, worm, Trojan horse, and/or malicious code when sent. This message and its attachments could have been infected during transmission. By reading the message and opening any attachments, the recipient accepts full responsibility for taking proactive and remedial action about viruses and other defects. The sender's business entity is not liable for any loss or damage arising in any way from this message or its attachments."



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
Received on Sat Mar 20 2004 - 05:26:37 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US