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: Where to store BLOB's

RE: Where to store BLOB's

From: Jack C. Applewhite <japplewhite_at_inetprofit.com>
Date: Tue, 29 Jan 2002 16:12:07 -0800
Message-ID: <F001.003FFC65.20020129161032@fatcity.com>

Yechiel Adar,

We use option #2 (LOB segments in another tablespace). It allows faster queries of the non-LOB data in the "main" table and gives us flexibility as to storage parameters for the LOB segment(s). We also use interMedia Text to index the LOB (CLOB, in our case) column and those index segments are in yet another tablespace.

BTW, we have about 15 million CLOB documents, so we're not talking a tiny amount of data here.

Jack



Jack C. Applewhite
Database Administrator/Developer
OCP Oracle8 DBA
iNetProfit, Inc.
Austin, Texas
www.iNetProfit.com
japplewhite_at_inetprofit.com
(512)327-9068

-----Original Message-----
Sent: Tuesday, January 29, 2002 10:56 AM To: Multiple recipients of list ORACLE-L

Hello all

We are designing a new application.
This application stores files that were FTP to the clients and keep then for resubmitting (if the user ask for them). There are two formats:
1) Standard records whose internal format is known.

    These files lets the user ask for a subset of the records,     i.e. all the records for branch xxxx     that were submitted in the last week, etc. . 2) Strange files that are moved as a file.

    Here the application is not aware of the internal format,     i.e. excel files, and these files are going to be stored as Blob's     and the user can ask only for the whole file again.

I know that you can store Blob's in three ways: (already rtfm a little)

1) In the record (up to 4k), more goes to another tablespace.
2) In Oracle but in another tablespace (always).
3) As external files.

I would like to learn from your experience what is the best, easiest to implement, easiest to admin, less demanding on Oracle and all the good stuff.

TIA Yechiel Adar, Mehish Computer Services
adary_at_mehish.co.il

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Jack C. Applewhite
  INET: japplewhite_at_inetprofit.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L

(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
Received on Tue Jan 29 2002 - 18:12:07 CST

Original text of this message

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