Re: pg_largeobjects

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_largeobjects
Date: 2013-09-11 05:50:31
Message-ID: 523004A7.7090501@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 9/10/2013 9:49 PM, James Sewell wrote:
>
> As an aside, is there any reason to use pg_largeobjects if I am
> storing data under 1GB which doesn't require random reads any more? My
> impression is no?

one good reason to use LO is so you can read the data like its a
file. me, I'd as soon use NFS or whatever for that, with a file path
in the database, but I understand there's scenarios where thats not
practical.

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Sergey Shelukhin 2013-09-11 05:53:24 Re: not aborting transactions on failed select
Previous Message Christoph Moench-Tegeder 2013-09-11 04:58:37 Re: Need help with Inet type