Re: storing binary data

From: Joe Conway <joseph(dot)conway(at)home(dot)com>
To: Lincoln Yeoh <lyeoh(at)pop(dot)jaring(dot)my>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: storing binary data
Date: 2001-10-28 01:02:57
Message-ID: 3BDB5941.5050303@home.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Lincoln Yeoh wrote:

>>Also, FWIW, 7.2 includes bytea support for LIKE, NOT LIKE, LIKE ESCAPE,
>>||, trim(), substring(), position(), length(), indexing, and various
>>comparators.
>>
>>
>
> Cool!
>
> Would it be practical to use substring for retrieving chunks of binary data
> in manageable sizes? Or would the overheads be too high?
>
> Cheerio,
> Link.

I haven't done any performance testing, but it should be no different
than the substring function used on TEXT fields. Try it out and let us
know ;-)

-- Joe

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bill Studenmund 2001-10-28 03:31:09 Correct way to do deletes?
Previous Message Bill Studenmund 2001-10-28 00:46:03 Re: Proposed new create command, CREATE OPERATOR CLASS