Re: Proposal: Adding compression of temporary files - Mailing list pgsql-hackers

From Alexander Korotkov
Subject Re: Proposal: Adding compression of temporary files
Date
Msg-id CAPpHfdvD-oqh=qvtkD3qWqZrfxt0+PtdwyRYC+faQd-rr+V0mg@mail.gmail.com
Whole thread Raw
In response to Re: Proposal: Adding compression of temporary files  (Tomas Vondra <tomas@vondra.me>)
Responses Re: Proposal: Adding compression of temporary files
List pgsql-hackers
On Sun, Jan 5, 2025 at 1:43 AM Filip Janus <fjanus@redhat.com> wrote:
>
> I apologize for multiple messages, but I found a small bug in the previous version.
>
>     -Filip-

Great, thank you for your work.

I think the patches could use a pgindent run.

I don't see a reason why the temp file compression method should be
different from the wal compression methods, which we already have
in-tree.  Perhaps it would be nice to have a 0001 patch, which would
abstract the compression methods we now have for wal into a separate
file containing GUC option values and functions for
compress/decompress. Then, 0002 would apply this to temporary file
compression.

------
Regards,
Alexander Korotkov
Supabase



pgsql-hackers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: Parallel CREATE INDEX for GIN indexes
Next
From: Álvaro Herrera
Date:
Subject: Re: PG_CFLAGS rpath Passthrough Issue