Re: pglz compression performance, take two

Поиск
Список
Период
Сортировка
От Andrey Borodin
Тема Re: pglz compression performance, take two
Дата
Msg-id CAAhFRxhCMG4b17SdheURdEF2AdByUXnrokqLV9Cas9qmKq7aJQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pglz compression performance, take two  (Andrey Borodin <amborodin86@gmail.com>)
Ответы Re: pglz compression performance, take two  (Tomas Vondra <tomas.vondra@enterprisedb.com>)
Re: pglz compression performance, take two  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On Fri, Jan 6, 2023 at 10:02 PM Andrey Borodin <amborodin86@gmail.com> wrote:
>
> Hello! Please find attached v8.

I got some interesting feedback from some patch users.
There was an oversight that frequently yielded results that are 1,2 or
3 bytes longer than expected.
Looking closer I found that the correctness of the last 3-byte tail is
checked in two places. PFA fix for this. Previously compressed data
was correct, however in some cases few bytes longer than the result of
current pglz implementation.

Thanks!

Best regards, Andrey Borodin.

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Albin Hermange
Дата:
Сообщение: add a "status" column to the pg_rules system view
Следующее
От: Andres Freund
Дата:
Сообщение: Re: [PATCH] Compression dictionaries for JSONB