Re: Blobs in Postgresql

From: Trent Shipley <trent_shipley(at)qwest(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Blobs in Postgresql
Date: 2007-08-15 22:53:45
Message-ID: 200708151553.45862.trent_shipley@qwest.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wednesday 2007-08-15 05:52, Gregory Stark wrote:
> "Ron Olson" <tachoknight(at)gmail(dot)com> writes:
> > Hi all-
> >
> > I am evaluating databases for use in a large project that will hold image
> > data as blobs. I know, everybody says to just store pointers to files on
> > the disk...
>
> Well not everyone. I usually do, but if you're not handling these blobs
> under heavy load independent of the database (like web servers) then either
> approach works.

I've always wondered how you keep transactions working when you only store
pointers to large data. Do you need an external transaction manager to
insure that the file doesn't get deleted when you "delete" the data via the
pointer? Do you need an external application that handles all deletes,
inserts, and updates?

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Josh Tolley 2007-08-15 23:32:07 Re: language interface in postgresql
Previous Message James B. Byrne 2007-08-15 21:38:04 Re: pg_dump on local Windows, pg_restore on Linux?