Re: Improve compression speeds in pg_lzcompress.c

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Improve compression speeds in pg_lzcompress.c
Дата
Msg-id 17407.1357593576@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Improve compression speeds in pg_lzcompress.c  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: Improve compression speeds in pg_lzcompress.c  (Andrew Dunstan <andrew@dunslane.net>)
Re: Improve compression speeds in pg_lzcompress.c  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> On Mon, Jan 7, 2013 at 11:16 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Why would that be a good tradeoff to make?  Larger stored values require
>> more I/O, which is likely to swamp any CPU savings in the compression
>> step.  Not to mention that a value once written may be read many times,
>> so the extra I/O cost could be multiplied many times over later on.

> I agree with this analysis, but I note that the test results show it
> actually improving things along both parameters.

Hm ... one of us is reading those results backwards, then.
        regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: psql \l to accept patterns
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: Improve compression speeds in pg_lzcompress.c