Re: Compress ReorderBuffer spill files using LZ4

From: Julien Tachoires <julmon(at)gmail(dot)com>
To: Tomas Vondra <tomas(at)vondra(dot)me>
Cc: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Compress ReorderBuffer spill files using LZ4
Date: 2024-10-28 14:54:59
Message-ID: CAFEQCbHQDq6ZfVwRDk8Ym2-EAVueSDLRLop0=3cujKTWqGcRmg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Tomas,

Please find a new version of this patch set. I think I have addressed
all the feedbacks you made. But, since
1bf1140be87230c71d0e7b29939f7e2b3d073aa1 the streaming option is now
set to "parallel" by default, making this patch set almost useless.

Regards,

JT

Attachment Content-Type Size
v5-0001-Compress-ReorderBuffer-spill-files-using-PGLZ.patch application/octet-stream 23.3 KB
v5-0002-Compress-ReorderBuffer-spill-files-using-LZ4.patch application/octet-stream 16.1 KB
v5-0003-Compress-ReorderBuffer-spill-files-using-ZSTD.patch application/octet-stream 17.6 KB
v5-0005-Track-data-size-written-to-disk-during-logical-decod.patch application/octet-stream 16.3 KB
v5-0004-Set-ReorderBuffer-compression-via-subscription-opt.patch application/octet-stream 65.9 KB
v5-0006-Add-ReorderBuffer-ondisk-compression-TAP-tests.patch application/octet-stream 5.6 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Ranier Vilela 2024-10-28 15:02:48 Re: define pg_structiszero(addr, s, r)
Previous Message Jingtang Zhang 2024-10-28 14:48:34 Re: Introduce new multi insert Table AM and improve performance of various SQL commands with it for Heap AM