Re: Higher TOAST compression.

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Higher TOAST compression.
Дата
Msg-id 4A644F4902000025000289B1@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: Higher TOAST compression.  (Laurent Laborde <kerdezixe@gmail.com>)
Ответы Re: Higher TOAST compression.  (Laurent Laborde <kerdezixe@gmail.com>)
Список pgsql-hackers
Laurent Laborde <kerdezixe@gmail.com> wrote: 
> There is two compression strategy :
> static const PGLZ_Strategy strategy_default_data = {
> static const PGLZ_Strategy strategy_always_data = {
> 1) "strategy_always_data" seems to never be used.
A quick grep sure makes it look that way.  I will look closer later.
> 2) the default strategy could be more aggressive (with a higher cpu
> cost)
> What about setting "PGLZ_strategy_always" as the default strategy
> (insane cpu cost ?) ?
> Or something in-between ?
That goes beyond what I was trying to do with my recent patch.  What
you propose may be useful, but there would need to be much discussion
and benchmarking and it would be a new patch.
If you have any benchmark information on relative speed and space
savings, please post them.
-Kevin


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

Предыдущее
От: Joshua Brindle
Дата:
Сообщение: Re: [PATCH] SE-PgSQL/tiny rev.2193
Следующее
От: Laurent Laborde
Дата:
Сообщение: Re: Higher TOAST compression.