Re: Image storage questions - Mailing list pgsql-general

From Joshua D. Drake
Subject Re: Image storage questions
Date
Msg-id 428BAE86.9050106@commandprompt.com
Whole thread Raw
In response to Re: Image storage questions  ("Ed L." <pgsql@bluepolka.net>)
List pgsql-general
>
> Can you or anyone share your experiences with using blobs as
> opposed to bytea or storing externally?  I'm particularly
> interested to know if loading a large number of images is going
> to crowd my DB cache?

Large Objects stream (for lack of a better term) to the client in 8k?
chunks so it typically isn't too bad.

Bytea gives you everything all at once which is fine for small objects.

External storing is useful but I prefer LO because all my data (binary
and meta) is all in the same place for management.

Sincerely,

Joshua D. Drake


>
> Ed


--
Your PostgreSQL solutions company - Command Prompt, Inc. 1.800.492.2240
PostgreSQL Replication, Consulting, Custom Programming, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/

pgsql-general by date:

Previous
From: "Ed L."
Date:
Subject: Re: Image storage questions
Next
From: Scott Marlowe
Date:
Subject: numeric precision when raising one numeric to another.