bytea vs large object in version 8

From: "John Liu" <johnl(at)stihealthcare(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: bytea vs large object in version 8
Date: 2005-04-06 19:34:40
Message-ID: D4FA1B1F848BAF409ED2E4A25831F4C5024FA7@exchange.STIHealthcare.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

If speed (add/get) is the only concern, image files could be big (~10M),
and database only serves as storage. In the postgresql 8, which type
(bytea vs large object) is the preferred one? Is it true, in general,
that bytea inserts is slower?

Thanks.
johnl

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mage 2005-04-06 19:44:43 Re: lower function
Previous Message Mage 2005-04-06 19:27:35 Re: lower function