Re: Extending varlena

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: josh(at)agliodbs(dot)com
Cc: pgsql-hackers(at)postgresql(dot)org, Andrew Chernow <ac(at)esilo(dot)com>, David Fetter <david(at)fetter(dot)org>
Subject: Re: Extending varlena
Date: 2008-08-19 08:11:09
Message-ID: 48AA801D.5000608@hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Josh Berkus wrote:
> Andrew,
>
>> I always find these requests puzzling. Is it really useful to store the
>> data for a jpeg, video file or a 10GB tar ball in a database column?
>
> Some people find it useful. Because LOs are actually easier to manage in
> PG than in most other DBMSes, right now that's a significant source of
> PostgreSQL adoption. I'd like to encourage those users by giving them
> more useful LO features.

Given that they don't replicate with most (any?) of the currently
available replication solutions, the fact that they are easy to use
becomes irrelevant fairly quickly to larger installations in my experience.

But the interface *is* nice, so if we could fix that, it would be very good.

//Magnus

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2008-08-19 08:12:10 Re: Extending varlena
Previous Message Magnus Hagander 2008-08-19 08:09:41 Re: Overhauling GUCS