recommendation on bytea or blob for binary data like images

From: leon(at)oss(dot)minimetria(dot)com
To: pgsql-jdbc(at)postgresql(dot)org
Subject: recommendation on bytea or blob for binary data like images
Date: 2005-09-02 16:30:24
Message-ID: 37052.70.34.104.163.1125678624.squirrel@webmail.oss.minimetria.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi, I'd like to know what the official recommendation is on which binary
datatype to use for what situations.

I'm working with the Open For Business (www.ofbiz.org) framework, which by
default maps binary data, such as shipping label images, into OID field
types. In general, the data is far less than a gigabyte in size. Should
this be BYTEA? Is it strongly recommended by the postgresql community to
store things like images in bytea format as of 8.0?

Thanks,

Leon Torres
leon(at)oss(dot)minimetria(dot)com
Open Source Strategies
http://opensourcestrategies.com

Browse pgsql-jdbc by date

  From Date Subject
Next Message Andres Olarte 2005-09-02 22:33:57 Change in parameters' order in prepared statement??
Previous Message Dave Cramer 2005-09-02 13:12:22 Re: Prepared statement not using an index