Re: Optimization for updating foreign tables in Postgres FDW - Mailing list pgsql-hackers

From Albe Laurenz
Subject Re: Optimization for updating foreign tables in Postgres FDW
Date
Msg-id A737B7A37273E048B164557ADEF4A58B17D1FB1B@ntex2010i.host.magwien.gv.at
Whole thread Raw
In response to Re: Optimization for updating foreign tables in Postgres FDW  (Shigeru Hanada <shigeru.hanada@gmail.com>)
Responses Re: Optimization for updating foreign tables in Postgres FDW
List pgsql-hackers
Shigeru Hanada wrote:
> * Naming of new behavior
> You named this optimization "Direct Update", but I'm not sure that
> this is intuitive enough to express this behavior.  I would like to
> hear opinions of native speakers.

How about "batch foreign update" or "batch foreign modification"?
(Disclaimer: I'm not a native speaker either.)

Yours,
Laurenz Albe

pgsql-hackers by date:

Previous
From: Etsuro Fujita
Date:
Subject: Re: Optimization for updating foreign tables in Postgres FDW
Next
From: Kyotaro HORIGUCHI
Date:
Subject: Introducing coarse grain parallelism by postgres_fdw.