Re: Asynchronous execution support for Custom Scan

From: Kohei KaiGai <kaigai(at)heterodb(dot)com>
To: Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com>
Cc: Kazutaka Onishi <onishi(at)heterodb(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Asynchronous execution support for Custom Scan
Date: 2022-08-23 09:26:29
Message-ID: CAOP8fzYJjefq4Rka29drN_xJ=WKfE_F3A5tD4NAgowyjMtDKdw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I internally suggested him to expand the ctidscan module for the PoC purpose.
https://github.com/kaigai/ctidscan

Even though it does not have asynchronous capability actually, but
suitable to ensure
API works and small enough for reviewing.

Best regards,

2022年8月22日(月) 17:55 Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com>:
>
> Hi Onishi-san,
>
> On Sun, Aug 14, 2022 at 12:59 PM Kazutaka Onishi <onishi(at)heterodb(dot)com> wrote:
> > v1 patch occurs gcc warnings, I fixed it.
>
> Thanks for working on this!
>
> I'd like to review this (though, I'm not sure I can have time for it
> in the next commitfet), but I don't think we can review this without
> any example. Could you provide it? I think a simple example is
> better for ease of review.
>
> Best regards,
> Etsuro Fujita

--
HeteroDB, Inc / The PG-Strom Project
KaiGai Kohei <kaigai(at)heterodb(dot)com>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2022-08-23 09:27:45 Re: Schema variables - new implementation for Postgres 15
Previous Message Kyotaro Horiguchi 2022-08-23 09:19:37 Re: identifying the backend that owns a temporary schema