diff options
author | Etsuro Fujita <efujita@postgresql.org> | 2022-02-24 14:30:00 +0900 |
---|---|---|
committer | Etsuro Fujita <efujita@postgresql.org> | 2022-02-24 14:30:00 +0900 |
commit | 04e706d4238f98a98e1c0b1a02db9d4280b96f04 (patch) | |
tree | e58071ae9b40f52c8394dd0da56938278dbb8b96 /src/backend/utils/adt/jsonfuncs.c | |
parent | cfb4e209ec15d4a0c44efa98b2788be806a43a92 (diff) | |
download | postgresql-04e706d4238f98a98e1c0b1a02db9d4280b96f04.tar.gz postgresql-04e706d4238f98a98e1c0b1a02db9d4280b96f04.zip |
postgres_fdw: Add support for parallel commit.
postgres_fdw commits remote (sub)transactions opened on remote server(s)
in a local (sub)transaction one by one when the local (sub)transaction
commits. This patch allows it to commit the remote (sub)transactions in
parallel to improve performance. This is enabled by the server option
"parallel_commit". The default is false.
Etsuro Fujita, reviewed by Fujii Masao and David Zhang.
Discussion: http://postgr.es/m/CAPmGK17dAZCXvwnfpr1eTfknTGdt%3DhYTV9405Gt5SqPOX8K84w%40mail.gmail.com
Diffstat (limited to 'src/backend/utils/adt/jsonfuncs.c')
0 files changed, 0 insertions, 0 deletions