]> granicus.if.org Git - postgresql/commit
Make some more improvements to parallel query documentation.
authorRobert Haas <rhaas@postgresql.org>
Thu, 10 Aug 2017 17:22:31 +0000 (13:22 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 10 Aug 2017 17:22:31 +0000 (13:22 -0400)
commitc1ef4e5cdb11cd562891f4ad2f30d1e3583a973d
tree17cdeccd41bf5b05b6d2bfee18660b47f4bd89f4
parente694010758772da1ac0f3355027fad0e47da4465
Make some more improvements to parallel query documentation.

Many places that mentioned only Gather should also mention Gather
Merge, or should be phrased in a more neutral way.  Be more clear
about the fact that max_parallel_workers_per_gather affects the number
of workers the planner may want to use.  Fix a typo.  Explain how
Gather Merge works.  Adjust wording around parallel scans to be a bit
more clear.  Adjust wording around parallel-restricted operations for
the fact that uncorrelated subplans are no longer restricted.

Patch by me, reviewed by Erik Rijkers

Discussion: http://postgr.es/m/CA+TgmoZsTjgVGn=ei5ht-1qGFKy_m1VgB3d8+Rg304hz91N5ww@mail.gmail.com
doc/src/sgml/config.sgml
doc/src/sgml/parallel.sgml