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

Home -> Community -> Usenet -> c.d.o.server -> Re: What are performance implications of using BLOB

Re: What are performance implications of using BLOB

From: <goyald_at_gmail.com>
Date: 8 Jan 2007 13:07:06 -0800
Message-ID: <1168290426.229574.17550@i15g2000cwa.googlegroups.com>


My question is open ended. I have some optional data > 4 KB (can be much larger ~ 500 KB per master record). Data comes to me from another system. At this time I have option of just ignoring that piece of data and not storing (I will be storing remaining columns). concern is that someone may need that data in "future". One idea was to store this data in a BLOB in a compressed format.

Assuming that my usual daily SQL fetch operations will not be accessing BLOB column, is there a performance impact if I have a BLOB column in my table that contains some large 500KB-1MB data.

Thanks

Frank van Bortel wrote:
> goyald_at_gmail.com schreef:
> > Friends
> > I am trying to find some details on this subject. Can someone please
> > share their experience? I will be using JDBC drivers.
> >
> > thanks
> >
> As compared to what?
> varchars?
> clobs?
> external files?
>
> Varchars may not work for you - storage only to 4kB,
> variables up to 32k.
>
> --
> Regards,
> Frank van Bortel
>
> Top-posting is one way to shut me up...
Received on Mon Jan 08 2007 - 15:07:06 CST

Original text of this message

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