Re: Asynchronous Append on postgres_fdw nodes.

From: Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com>
To: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
Cc: Justin Pryzby <pryzby(at)telsasoft(dot)com>, Andrey Lepikhov <a(dot)lepikhov(at)postgrespro(dot)ru>, "movead(dot)li" <movead(dot)li(at)highgo(dot)ca>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Asynchronous Append on postgres_fdw nodes.
Date: 2021-03-08 05:05:55
Message-ID: CAPmGK14wcXKqGDpYRieA1ETgyj+Ep5ntrGVD=29iESoQYUx9YQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Mar 4, 2021 at 1:00 PM Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com> wrote:
> To avoid that, how about 1) adding the
> table/server options to postgres_fdw that allow/disallow async
> execution, and 2) setting them to false by default?

There seems to be no objections, so I went ahead and added the
table/server option ‘async_capable’ set false by default. Attached is
an updated patch.

Best regards,
Etsuro Fujita

Attachment Content-Type Size
async-wip-2021-03-08.patch application/octet-stream 97.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2021-03-08 05:10:36 Re: Replace buffer I/O locks with condition variables (reviving an old patch)
Previous Message Masahiko Sawada 2021-03-08 04:52:09 Re: 64-bit XIDs in deleted nbtree pages