Multi delete wal IDEA

From: Stepan Neretin <sndcppg(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Multi delete wal IDEA
Date: 2024-10-31 15:42:07
Message-ID: CAMaYL5YH4xWRB=cPrrygzq5igbR5AO-_ALqEg7adnmOWj8QBgg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi there, hackers! How about trying out an idea to add an analog to save
memory in WAL files for deleting records, similar to multi-insert
optimization? This patch is trying to do just that.

Best Regards, Stepan Neretin!

Attachment Content-Type Size
multi_delete.patch application/x-patch 2.0 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2024-10-31 15:48:23 Re: Count and log pages set all-frozen by vacuum
Previous Message Bertrand Drouvot 2024-10-31 15:41:55 Re: small pg_combinebackup improvements