Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commiteab8195

Browse files
author
Etsuro Fujita
committed
Doc: Further update documentation for asynchronous execution.
Add a note about asynchronous execution by postgres_fdw when applied toAppend nodes that contain synchronous subplan(s) as well. Follow-up forcommit27e1f14.Andrey Lepikhov and Etsuro FujitaDiscussion:https://postgr.es/m/58fa2aa5-07f5-80b5-59a1-fec8a349fee7%40postgrespro.ru
1 parent4e47b02 commiteab8195

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

‎doc/src/sgml/postgres-fdw.sgml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,19 @@ OPTIONS (ADD password_required 'false');
411411
In such a case, it may be more performant to disable this option to
412412
eliminate the overhead associated with running queries asynchronously.
413413
</para>
414+
415+
<para>
416+
Asynchronous execution is applied even when an
417+
<structname>Append</structname> node contains subplan(s) executed
418+
synchronously as well as subplan(s) executed asynchronously.
419+
In such a case, if the asynchronous subplans are ones processed using
420+
<filename>postgres_fdw</filename>, tuples from the asynchronous
421+
subplans are not returned until after at least one synchronous subplan
422+
returns all tuples, as that subplan is executed while the asynchronous
423+
subplans are waiting for the results of asynchronous queries sent to
424+
foreign servers.
425+
This behavior might change in a future release.
426+
</para>
414427
</listitem>
415428
</varlistentry>
416429

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp