File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -401,6 +401,16 @@ OPTIONS (ADD password_required 'false');
401
401
A table-level option overrides a server-level option.
402
402
The default is <literal>false</literal>.
403
403
</para>
404
+
405
+ <para>
406
+ In order to ensure that the data being returned from a foreign server
407
+ is consistent, <filename>postgres_fdw</filename> will only open one
408
+ connection for a given foreign server and will run all queries against
409
+ that server sequentially even if there are multiple foreign tables
410
+ involved, unless those tables are subject to different user mappings.
411
+ In such a case, it may be more performant to disable this option to
412
+ eliminate the overhead associated with running queries asynchronously.
413
+ </para>
404
414
</listitem>
405
415
</varlistentry>
406
416
You can’t perform that action at this time.
0 commit comments