Re: Batching in executor - Mailing list pgsql-hackers

From Amit Langote
Subject Re: Batching in executor
Date
Msg-id CA+HiwqED=0D1jQsYoXGuATxKr=Pxhm24Kwh01212KBAJ-bK9Bg@mail.gmail.com
Whole thread Raw
In response to Re: Batching in executor  (Daniil Davydov <3danissimo@gmail.com>)
List pgsql-hackers
Hi Daniil,

On Tue, Oct 28, 2025 at 11:32 PM Daniil Davydov <3danissimo@gmail.com> wrote:
>
> 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?

There might be some relation, but not much overlap. The thread you
mention seems to focus on batching in the write path (for INSERT,
etc.), while this work targets batching in the read path via Table AM
scan callbacks. I think they can be developed independently, though
I'm happy to take a look.

--
Thanks, Amit Langote



pgsql-hackers by date:

Previous
From: Jim Jones
Date:
Subject: Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement
Next
From: Peter Smith
Date:
Subject: Re: Logical Replication of sequences