Re: Proposed patch to change TOAST compression strategy

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: Proposed patch to change TOAST compression strategy
Дата
Msg-id 47B95782.7090302@sigaev.ru
обсуждение исходный текст
Ответ на Proposed patch to change TOAST compression strategy  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Proposed patch to change TOAST compression strategy  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
 > This proposed patch addresses some issues in TOAST compression strategy that
> I have not done any performance testing of these changes --- does
> anyone have specific test scenarios they'd like to try?

That's very important change for text search, because of tsvector storage.
Headline and rank reads a lot of tsvectors. It seems to me that ranking test
will be very clear: rank function reads whole tsvector and returns small amount
of data (just a number).

Another testing focus may be a lossy indexes, like a index over polygons.

--
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
                                                    WWW: http://www.sigaev.ru/

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Proposed patch to change TOAST compression strategy
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: Proposed patch to change TOAST compression strategy