Re: Asynchronous Append on postgres_fdw nodes.
Kyotaro Horiguchi <horikyota.ntt@gmail.com>
From: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
To: david@pgmasters.net
Cc: pgsql-hackers@lists.postgresql.org
Date: 2020-03-05T00:14:39Z
Lists: pgsql-hackers
At Wed, 4 Mar 2020 09:56:55 -0500, David Steele <david@pgmasters.net> wrote in > On 2/28/20 3:06 AM, Kyotaro Horiguchi wrote: > > Hello, this is a follow-on of [1] and [2]. > > Currently the executor visits execution nodes one-by-one. Considering > > sharding, Append on multiple postgres_fdw nodes can work > > simultaneously and that can largely shorten the respons of the whole > > query. For example, aggregations that can be pushed-down to remote > > would be accelerated by the number of remote servers. Even other than > > such an extreme case, collecting tuples from multiple servers also can > > be accelerated by tens of percent [2]. > > I have suspended the work waiting asyncrohous or push-up executor to > > come but the mood seems inclining toward doing that before that to > > come [3]. > > The patchset consists of three parts. > > Are these improvements targeted at PG13 or PG14? This seems to be a > pretty big change for the last CF of PG13. It is targeted at PG14. As we have the target version in CF-app now, I marked it as targetting PG14. Thank you for the suggestion. regards. -- Kyotaro Horiguchi NTT Open Source Software Center
Commits
-
Improve comments for trivial_subqueryscan().
- 4a8a5dd7f59c 15.0 landed
-
Disable asynchronous execution if using gating Result nodes.
- ebb790241523 14.3 landed
- 5c854e7a2c8a 15.0 landed
-
Allow asynchronous execution in more cases.
- c2bb02bc2e85 15.0 landed
-
Doc: Further update documentation for asynchronous execution.
- eab81953682d 14.0 landed
-
Fix rescanning of async-aware Append nodes.
- f3baaf28a6da 14.0 landed
-
Doc: Update documentation for asynchronous execution.
- 15fcd33e0694 14.0 landed
-
Fix EXPLAIN ANALYZE for async-capable nodes.
- a363bc6da96b 14.0 landed
-
Minor code cleanup in asynchronous execution support.
- bb684c82f733 14.0 landed
-
Adjust input value to WaitEventSetWait() in ExecAppendAsyncEventWait().
- a8af856d3257 14.0 landed
-
Add support for asynchronous execution.
- 27e1f14563cf 14.0 landed