Re: EXTERNAL storage and substring on long strings

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Scott Cain <cain(at)cshl(dot)org>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: EXTERNAL storage and substring on long strings
Date: 2003-07-31 20:32:00
Message-ID: 18763.1059683520@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance pgsql-sql

Scott Cain <cain(at)cshl(dot)org> writes:
>> (BTW, if you are using a multibyte database encoding, then that's your
>> problem right there --- the optimization is practically useless unless
>> character and byte indexes are the same.)

> I shouldn't be, but since it is an RPM, I can't be sure.

Look at "psql -l" to see what encoding it reports for your database.

regards, tom lane

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Scott Cain 2003-07-31 20:39:47 Re: EXTERNAL storage and substring on long strings
Previous Message Joe Conway 2003-07-31 20:31:54 Re: EXTERNAL storage and substring on long strings

Browse pgsql-sql by date

  From Date Subject
Next Message Scott Cain 2003-07-31 20:39:47 Re: EXTERNAL storage and substring on long strings
Previous Message Joe Conway 2003-07-31 20:31:54 Re: EXTERNAL storage and substring on long strings