| From: | Daniil Davydov <3danissimo(at)gmail(dot)com> |
|---|---|
| To: | Amit Langote <amitlangote09(at)gmail(dot)com> |
| Cc: | Tomas Vondra <tomas(at)vondra(dot)me>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Batching in executor |
| Date: | 2025-10-28 14:32:19 |
| Message-ID: | CAJDiXgh7vJAu39QkEk4TiJexPVsM6X6RXeNy7dNX9KjhX_5=9A@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi,
As far as I understand, this work partially overlaps with what we did in the
thread [1] (in short - we introduce support for batching within the ModifyTable
node). Am I correct?
It's worth saying that the patch in that thread is already quite old -
now I have
an improved implementation and tests for it (as well as performance
measurements). But the basic idea and design remained unchanged.
Maybe we can combine approaches? I haven't reviewed patches in this thread
yet, but I'll try to do it in the near future.
--
Best regards,
Daniil Davydov
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jelte Fennema-Nio | 2025-10-28 14:39:26 | Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions |
| Previous Message | Sergey Prokhorenko | 2025-10-28 14:28:54 | Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions |