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 DB to use for lots of IMAGE files?

Re: What DB to use for lots of IMAGE files?

From: Bernard Peek <bap_at_intersec.demon.co.uk>
Date: 1997/05/05
Message-ID: <oZo+KCAR6hbzEAJ8@intersec.demon.co.uk>#1/1

In comp.databases.theory, article <336dda6c.17216435_at_gate.idg.no>, Nils Myklebust <Nils.Myklebust_at_idg.no> writes
>
>Mirwais Qader <mq_at_wohl.slh.wisc.edu> wrote:
>

>:What format should the image data be stored in (.jpg, .gif, .tif,
>:....)?
>
>The format your application can most easily handle.
>These databases store data in BLOBs and doesn't care about the format.

If there is a large amount of data in bitmap images there are some difficult decisions to be made. To minimise the storage requirements you might choose one of the "lossy" compression methods, like JPG. You then have a tradeoff between storage size and image quality. If you are storing medical images then your users may require you to choose a lossless method.

Talk to your users. Find out what they need the system to do. Then find out what they *want* the system to do. Learn to tell the difference between the two types of request.

-- 
Bernard Peek
bap_at_intersec.demon.co.uk
Received on Mon May 05 1997 - 00:00:00 CDT

Original text of this message

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