Re: Proposed patch to change TOAST compression strategy

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: Proposed patch to change TOAST compression strategy
Дата
Msg-id 87ir0mo8ot.fsf@oxford.xeocode.com
обсуждение исходный текст
Ответ на Proposed patch to change TOAST compression strategy  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Proposed patch to change TOAST compression strategy  (Jan Wieck <JanWieck@Yahoo.com>)
Re: Proposed patch to change TOAST compression strategy  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
"Tom Lane" <tgl@sss.pgh.pa.us> writes:

> * Adds an early-failure path to the compressor as suggested by Jan:
> if it's been unable to find even one compressible substring in the
> first 1KB (parameterizable), assume we're looking at incompressible
> input and give up.  (There are various ways this could be done, but
> this way seems to add the least overhead to the compressor's inner
> loop.)

I'm not sure how to test the rest of it, but this bit seems testable. I fear
this may be too conservative. Even nigh incompressible data will find a few
backreferences.

I'll try some tests and see.

--
  Gregory Stark
  EnterpriseDB          http://www.enterprisedb.com
  Ask me about EnterpriseDB's On-Demand Production Tuning

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

Предыдущее
От: Teodor Sigaev
Дата:
Сообщение: Re: Proposed patch to change TOAST compression strategy
Следующее
От: Bjorn Munch
Дата:
Сообщение: Re: tzcode update