]> granicus.if.org Git - postgresql/commit
Enable parallel query by default.
authorRobert Haas <rhaas@postgresql.org>
Tue, 26 Apr 2016 12:31:38 +0000 (08:31 -0400)
committerRobert Haas <rhaas@postgresql.org>
Tue, 26 Apr 2016 12:35:58 +0000 (08:35 -0400)
commit77cd477c4ba885cfa1ba67beaa82e06f2e182b85
tree45cd79391da5ae88bdd4913756e9a98db2d6aa95
parentb7351ced425f3937f0a61adb4ade1d4b93bf751d
Enable parallel query by default.

Change max_parallel_degree default from 0 to 2.  It is possible that
this is not a good idea, or that we should go with 1 worker rather
than 2, but we won't find out without trying it.  Along the way,
reword the documentation for max_parallel_degree a little bit to
hopefully make it more clear.

Discussion: 20160420174631.3qjjhpwsvvx5bau5@alap3.anarazel.de
doc/src/sgml/config.sgml
src/backend/optimizer/path/costsize.c
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample