Re: Compress ReorderBuffer spill files using LZ4 - Mailing list pgsql-hackers

From Amit Kapila
Subject Re: Compress ReorderBuffer spill files using LZ4
Date
Msg-id CAA4eK1KxKw416UiwRJm-5mH8js54oarFG43LAwRa3RLHgQ11pg@mail.gmail.com
Whole thread Raw
In response to Re: Compress ReorderBuffer spill files using LZ4  (Dilip Kumar <dilipbalaut@gmail.com>)
List pgsql-hackers
On Fri, Jun 7, 2024 at 2:08 PM Dilip Kumar <dilipbalaut@gmail.com> wrote:
>
> I think the compression option should be supported at the CREATE
> SUBSCRIPTION level instead of being controlled by a GUC. This way, we
> can decide on compression for each subscription individually rather
> than applying it to all subscribers. It makes more sense for the
> subscriber to control this, especially when we are planning to
> compress the data sent downstream.
>

Yes, that makes sense. However, we then need to provide this option
via SQL APIs as well for other plugins.

--
With Regards,
Amit Kapila.



pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Compress ReorderBuffer spill files using LZ4
Next
From: Richard Guo
Date:
Subject: Re: Reordering DISTINCT keys to match input path's pathkeys