Re: Improve compression speeds in pg_lzcompress.c - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Improve compression speeds in pg_lzcompress.c
Date
Msg-id 50EB41D2.3060204@dunslane.net
Whole thread Raw
In response to Re: Improve compression speeds in pg_lzcompress.c  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Improve compression speeds in pg_lzcompress.c
List pgsql-hackers
On 01/07/2013 04:19 PM, Tom Lane wrote:
> 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.
>
>             

I just went back and looked. Unless I'm misreading it he has about a 2.5 
times speed improvement but about a 20% worse compression result.

What would be interesting would be to see if the knobs he's tweaked 
could be tweaked a bit more to give us substantial speedup without 
significant space degradation.

cheers

andrew




pgsql-hackers by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: Improve compression speeds in pg_lzcompress.c
Next
From: Alvaro Herrera
Date:
Subject: Re: ALTER command reworks