Re: pglz compression performance, take two

From: Andrey Borodin <x4mmm(at)yandex-team(dot)ru>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pglz compression performance, take two
Date: 2020-12-26 07:06:59
Message-ID: 25991595-1848-4178-AA57-872B10309DA2@yandex-team.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> 12 дек. 2020 г., в 22:47, Andrey Borodin <x4mmm(at)yandex-team(dot)ru> написал(а):
>
>

I've cleaned up comments, checked that memory alignment stuff actually make sense for 32-bit ARM (according to Godbolt) and did some more code cleanup. PFA v2 patch.

I'm still in doubt should I register this patch on CF or not. I'm willing to work on this, but it's not clear will it hit PGv14. And I hope for PGv15 we will have lz4 or something better for WAL compression.

Best regards, Andrey Borodin.

Attachment Content-Type Size
v2-0001-Reorganize-pglz-compression-code.patch application/octet-stream 21.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2020-12-26 07:29:10 Re: pgsql: Add pg_alterckey utility to change the cluster key
Previous Message Pavel Stehule 2020-12-26 07:03:16 Re: On login trigger: take three