Re: Multi delete wal IDEA

2024-10-31 Thread Melanie Plageman
On Thu, Oct 31, 2024 at 11:42 AM Stepan Neretin 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 expla

Multi delete wal IDEA

2024-10-31 Thread Stepan Neretin
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! diff --git a/src/backend/executor/nodeModifyTable.c b/src/backend/executor/no