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: Storing blobs in database vs filesystem

RE: Storing blobs in database vs filesystem

From: Polarski, Bernard <Bernard.Polarski_at_atosorigin.com>
Date: Fri, 29 Sep 2006 08:55:05 +0200
Message-ID: <25D4919915CCF742A88EE3366D6D913D0FB9F987@mailserver1>


I have been working on a 10 TB project. In mid course, it went down to 3 TB just by using a java compress function as an interface to store in/serve out the CLOBS, whose algorithm is quite similar to gzip algorithm to compress the CLOBS. It made a huge save in SAN costing. Though I am quite ignorant of the 25k java functions standard now in 10g, I wonder if there is not a java builtin version of gzip into latest revisions of 10g.

Someone can confirm?

B. Polarski

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Sep 29 2006 - 01:55:05 CDT

Original text of this message

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