Re: Toast compression method options

From: vignesh C <vignesh21(at)gmail(dot)com>
To: Dilip Kumar <dilipbalaut(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Toast compression method options
Date: 2021-07-14 12:05:27
Message-ID: CALDaNm3Y5f3VD_xDYr0ZOYGi_CXg55+HCRGAA7-adnhZVWcutg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, May 6, 2021 at 7:24 PM Dilip Kumar <dilipbalaut(at)gmail(dot)com> wrote:
>
> On Mon, May 3, 2021 at 6:27 PM Dilip Kumar <dilipbalaut(at)gmail(dot)com> wrote:
> >
> > We have already pushed the configurable lz4 toast compression code[1].
> > In the custom compression thread, we were already having the patch to
> > support the compression method options[2]. But the design for the
> > base patches was heavily modified before commit but I never rebased
> > this patch based on the new design. Now, I have rebased this patch so
> > that we don't lose track and we can work on this for v15. This is
> > still a WIP patch.
> >
> > For v15 I will work on improving the code and I will also work on
> > analyzing the usage of compression method options (compression
> > speed/ratio).
> >
> > [1] https://www.postgresql.org/message-id/E1lNKw9-0008DT-1L%40gemulon.postgresql.org
> > [2] https://www.postgresql.org/message-id/CAFiTN-s7fno8pGwfK7jwSf7uNaVhPZ38C3LAcF%2B%3DWHu7jNvy7g%40mail.gmail.com
> >
>
> I have fixed some comments offlist reported by Justin. Apart from
> that, I have also improved documentation and test case. Stil it has a
> lot of cleanup to be done but I am not planning to do that
> immediately.

The patch does not apply on Head anymore, could you rebase and post a
patch. I'm changing the status to "Waiting for Author".

Regards,
Vignesh

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message vignesh C 2021-07-14 12:09:12 Re: [PATCH] Finally split StdRdOptions into HeapOptions and ToastOptions
Previous Message Aleksander Alekseev 2021-07-14 12:03:22 Re: pg_rewind race condition just after promotion