Re: pglz performance - Mailing list pgsql-hackers

From Andrey M. Borodin
Subject Re: pglz performance
Date
Msg-id 4DE0F9A1-CA1F-4F78-A35D-20A25D361A36@yandex-team.ru
Whole thread Raw
In response to Re: pglz performance  (Petr Jelinek <petr@2ndquadrant.com>)
List pgsql-hackers
Hi Petr!

> 4 авг. 2019 г., в 05:41, Petr Jelinek <petr@2ndquadrant.com> написал(а):
>
> Just so that we don't idly talk, what do you think about the attached?
> It:
> - adds new GUC compression_algorithm with possible values of pglz (default) and lz4 (if lz4 is compiled in), requires
SIGHUP
> - adds --with-lz4 configure option (default yes, so the configure option is actually --without-lz4) that enables the
lz4,it's using system library 

Do you plan to work on lz4 aiming at 13 or 14?
Maybe let's register it on CF 2020-07?

Best regards, Andrey Borodin.



pgsql-hackers by date:

Previous
From: Andy Fan
Date:
Subject: Re: [PATCH] Erase the distinctClause if the result is unique by definition
Next
From: Amit Kapila
Date:
Subject: Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager