Re: [HACKERS] parallel documentation improvements

2017-08-10 Thread Robert Haas
On Tue, Aug 1, 2017 at 2:43 PM, Robert Haas  wrote:
> In commit 054637d2e08cda6a096f48cc99696136a06f4ef5, I updated the
> parallel query documentation to reflect recently-committed parallel
> query features.  However, a few more things got committed after that.
> Most of the attached patch consists of generalizing references to
> Gather to also include Gather Merge, but also included a tweak to note
> that uncorrelated subplans are no longer parallel-restricted and made
> a few other minor improvements and clarifications.
>
> Barring objections, I'd like to commit this in the next couple of days
> so that it is included in beta3.  I probably should have gotten to do
> this sooner; apologies for any inconvenience.

Well, that didn't happen.   Oops.  But better late than never -- committed now.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers


Re: [HACKERS] parallel documentation improvements

2017-08-01 Thread Robert Haas
On Tue, Aug 1, 2017 at 3:15 PM, Erik Rijkers  wrote:
> On 2017-08-01 20:43, Robert Haas wrote:
>> In commit 054637d2e08cda6a096f48cc99696136a06f4ef5, I updated the
>> parallel query documentation to reflect recently-committed parallel
>>
>> Barring objections, I'd like to commit this in the next couple of days
>
> I think that in this bit:
>
>  occurrence is frequent, considering increasing
>  max_worker_processes and max_parallel_workers
>  so that more workers can be run simultaneously or alternatively
> reducing
> - so that the
> planner
> +max_parallel_workers_per_gather so that the planner
>  requests fewer workers.
>
>
> 'considering increasing'  should be
> 'consider increasing'

Thanks, you are right.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers


Re: [HACKERS] parallel documentation improvements

2017-08-01 Thread Erik Rijkers

On 2017-08-01 20:43, Robert Haas wrote:


In commit 054637d2e08cda6a096f48cc99696136a06f4ef5, I updated the
parallel query documentation to reflect recently-committed parallel

Barring objections, I'd like to commit this in the next couple of days


I think that in this bit:

 occurrence is frequent, considering increasing
 max_worker_processes and 
max_parallel_workers
 so that more workers can be run simultaneously or alternatively 
reducing
- so that the 
planner
+max_parallel_workers_per_gather so that the 
planner

 requests fewer workers.


'considering increasing'  should be
'consider increasing'




--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers


[HACKERS] parallel documentation improvements

2017-08-01 Thread Robert Haas
Hi,

In commit 054637d2e08cda6a096f48cc99696136a06f4ef5, I updated the
parallel query documentation to reflect recently-committed parallel
query features.  However, a few more things got committed after that.
Most of the attached patch consists of generalizing references to
Gather to also include Gather Merge, but also included a tweak to note
that uncorrelated subplans are no longer parallel-restricted and made
a few other minor improvements and clarifications.

Barring objections, I'd like to commit this in the next couple of days
so that it is included in beta3.  I probably should have gotten to do
this sooner; apologies for any inconvenience.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


parallel-doc-for-v10.patch
Description: Binary data

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers