Re: Asynchronous execution support for Custom Scan

Поиск
Список
Период
Сортировка
От Etsuro Fujita
Тема Re: Asynchronous execution support for Custom Scan
Дата
Msg-id CAPmGK14CXTPx9RNf9G=DfxyyD46i=4sb1M0yX29_LkPLatb0=g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Asynchronous execution support for Custom Scan  (Kazutaka Onishi <onishi@heterodb.com>)
Ответы Re: Asynchronous execution support for Custom Scan  (Ronan Dunklau <ronan.dunklau@aiven.io>)
Список pgsql-hackers
On Mon, Sep 5, 2022 at 10:32 PM Kazutaka Onishi <onishi@heterodb.com> wrote:
> I'm sorry for my error on your name...

No problem.

> >  IIUC, it uses the proposed
> > APIs, but actually executes ctidscans *synchronously*, so it does not
> > improve performance.  Right?

> Exactly.
> The actual CustomScan that supports asynchronous execution will
> start processing in CustomScanAsyncRequest,
> configure to detect completion via file descriptor in
> CustomScanAsyncConfigureWait,
> and receive the result in CustomScanAsyncNotify.

Ok, thanks!

Best regards,
Etsuro Fujita



В списке pgsql-hackers по дате отправления:

Предыдущее
От: "kuroda.hayato@fujitsu.com"
Дата:
Сообщение: RE: test_decoding assertion failure for the loss of top-sub transaction relationship
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Handle infinite recursion in logical replication setup