Re: Choosing parallel_degree - Mailing list pgsql-hackers

From Simon Riggs
Subject Re: Choosing parallel_degree
Date
Msg-id CANP8+jJZ-eM7coWfJOqqdELBrd_ixNeTTC3Y_SVJqq7Pr0z8qA@mail.gmail.com
Whole thread Raw
In response to Re: Choosing parallel_degree  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Choosing parallel_degree  (Amit Kapila <amit.kapila16@gmail.com>)
Re: Choosing parallel_degree  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On 8 April 2016 at 17:49, Robert Haas <robertmhaas@gmail.com> wrote:
 
With the patch, you can - if you wish - substitute
some other number for the one the planner comes up with.

I saw you're using AccessExclusiveLock, the reason being it affects SELECTs.

That is supposed to apply when things might change the answer from a SELECT, whereas this affects only the default for a plan.

Can I change this to a lower setting? I would have done this before applying the patch, but you beat me to it. 

--
Simon Riggs                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Choosing parallel_degree
Next
From: Peter Geoghegan
Date:
Subject: Re: Removing the TRACE_SORT macro