Re: [REVIEW] Re: Compression of full-page-writes - Mailing list pgsql-hackers

From Mitsumasa KONDO
Subject Re: [REVIEW] Re: Compression of full-page-writes
Date
Msg-id CADupcHWj2Mf2FmCzqkB7Fr7SkpUbb_a8yUqvjOabX1K-7g2Cgg@mail.gmail.com
Whole thread Raw
In response to Re: [REVIEW] Re: Compression of full-page-writes  ("ktm@rice.edu" <ktm@rice.edu>)
List pgsql-hackers
2014-09-11 22:01 GMT+09:00 ktm@rice.edu <ktm@rice.edu>:
On Thu, Sep 11, 2014 at 09:37:07AM -0300, Arthur Silva wrote:
> I agree that there's no reason to fix an algorithm to it, unless maybe it's
> pglz.
Yes, it seems difficult to judge only  the algorithm performance.
We have to start to consider source code maintenance, quality and the other factors..
 
 
The big (huge) win for lz4 (not the HC variant) is the enormous compression
and decompression speed. It compresses quite a bit faster (33%) than snappy
and decompresses twice as fast as snappy.
Show us the evidence. Postgres members showed the test result and them consideration.   
It's very objective comparing.

Best Regards,
--
Mitsumasa KONDO

pgsql-hackers by date:

Previous
From: Arthur Silva
Date:
Subject: Re: Memory Alignment in Postgres
Next
From: Amit Kapila
Date:
Subject: Re: Scaling shared buffer eviction