On Thu, Oct 31, 2024 at 11:42 AM Stepan Neretin <sndc...@gmail.com> wrote: > > 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.
Hi, Thanks for the patch! Could you explain a bit more how this patch works? I don't see changes in your patch to heap_delete() where WAL is emitted, so I'm not sure I understand how it works. And could you provide a small example or repro? It makes it much easier to review and understand. - Melanie