Re: [SQL] EXTERNAL storage and substring on long strings

Поиск
Список
Период
Сортировка
От Scott Cain
Тема Re: [SQL] EXTERNAL storage and substring on long strings
Дата
Msg-id 1060884667.1430.6.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: [SQL] EXTERNAL storage and substring on long strings  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
Agreed.  When I actually Did It Right (tm), EXTERNAL storage gave
similar (probably better) performance as my shredding method, without
all the hoops to breakup and reassemble the string.

Scott

On Thu, 2003-08-14 at 14:00, Tom Lane wrote:
> Jan Wieck <JanWieck@Yahoo.com> writes:
> > Doesn't look that unrealistic to me. A plain text based substring
> > function will reassemble the whole beast first before cutting out the
> > wanted part. His manually chunked version will read only those chunks
> > needed.
>
> So does substr(), if applied to EXTERNAL (non-compressed) toasted text.
> See John Gray's improvements a release or two back.
>
>             regards, tom lane
--
------------------------------------------------------------------------
Scott Cain, Ph. D.                                         cain@cshl.org
GMOD Coordinator (http://www.gmod.org/)                     216-392-3087
Cold Spring Harbor Laboratory


В списке pgsql-performance по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [SQL] EXTERNAL storage and substring on long strings
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: [SQL] EXTERNAL storage and substring on long strings