Re: Improve compression speeds in pg_lzcompress.c

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: Takeshi Yamamuro <yamamuro(dot)takeshi(at)lab(dot)ntt(dot)co(dot)jp>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Improve compression speeds in pg_lzcompress.c
Date: 2013-01-07 09:10:31
Message-ID: CA+U5nM+vFXU_cSZar0NH3XtRw03i-e24HE-h-A3=tqh3RrB4uQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 7 January 2013 07:29, Takeshi Yamamuro
<yamamuro(dot)takeshi(at)lab(dot)ntt(dot)co(dot)jp> wrote:

> Anyway, the compression speed in lz4 is very fast, so in my
> opinion, there is a room to improve the current implementation
> in pg_lzcompress.

So why don't we use LZ4?

--
Simon Riggs http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message John R Pierce 2013-01-07 09:19:59 Re: Improve compression speeds in pg_lzcompress.c
Previous Message Shigeru Hanada 2013-01-07 09:07:39 Re: PATCH: optimized DROP of multiple tables within a transaction