Re: Scanning a large binary field

From: John R Pierce <pierce(at)hogranch(dot)com>
To: Kynn Jones <kynnjo(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Scanning a large binary field
Date: 2009-03-15 21:25:11
Message-ID: 49BD7237.40304@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Kynn Jones wrote:
> That's a fair question. The program in question already gets from the
> relational database most of the external data it needs. The only
> exception to this is these large amorphous blobs, as you describe
> them. My only reason for wanting to put the blobs in the DB as well
> is to consolidate all the external data sources for the program.

well, look at the LO (large object) facility of postgres. this is
available to apps that call libpq directly, I have no idea if any of the
generic 'portable' APIs would have any such hooks.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Kostadin Solakov 2009-03-15 22:24:57 PostgreSQL on Webmin
Previous Message Kynn Jones 2009-03-15 21:20:39 Re: Scanning a large binary field