| From: | Alexander Korotkov <aekorotkov(at)gmail(dot)com> |
|---|---|
| To: | Filip Janus <fjanus(at)redhat(dot)com> |
| Cc: | Tomas Vondra <tomas(at)vondra(dot)me>, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Proposal: Adding compression of temporary files |
| Date: | 2025-03-15 10:40:30 |
| Message-ID: | CAPpHfdvD-oqh=qvtkD3qWqZrfxt0+PtdwyRYC+faQd-rr+V0mg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Sun, Jan 5, 2025 at 1:43 AM Filip Janus <fjanus(at)redhat(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Álvaro Herrera | 2025-03-15 11:58:24 | Re: PG_CFLAGS rpath Passthrough Issue |
| Previous Message | Alexander Korotkov | 2025-03-15 09:24:32 | Re: Parallel CREATE INDEX for GIN indexes |