Re: increased max_parallel_workers_per_gather results in fewer workers?

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Philip Semanchuk <philip(at)americanefficient(dot)com>
Cc: Justin Pryzby <pryzby(at)telsasoft(dot)com>, pgsql-performance(at)lists(dot)postgresql(dot)org
Subject: Re: increased max_parallel_workers_per_gather results in fewer workers?
Date: 2020-06-04 09:30:54
Message-ID: CABUevEzvoge5V1fShgKXrfXKTP3KEXJkh+jZ4g6u+DGeLB5g_Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Thu, Jun 4, 2020 at 12:24 AM Philip Semanchuk <
philip(at)americanefficient(dot)com> wrote:

>
>
> > On Jun 3, 2020, at 5:15 PM, Justin Pryzby <pryzby(at)telsasoft(dot)com> wrote:
> >
> > On Wed, Jun 03, 2020 at 04:04:13PM -0400, Philip Semanchuk wrote:
> >> Can anyone help me understand why this happens, or where I might look
> for clues?
> >
> > What version postgres ?
>
> Sorry, I should have posted that in my initial email.
>
> select version();
>
> +-----------------------------------------------------------------------------+
> | version
> |
>
> |-----------------------------------------------------------------------------|
> | PostgreSQL 11.6 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 4.9.3,
> 64-bit |
>
> +-----------------------------------------------------------------------------+
>
> This is AWS’ version of Postgres 11.6 (“Aurora”) which of course might
> make a difference.
>

Yes, it definitely makes a difference. For Aurora questions you are more
likely to get good answers in the AWS forums rather than the PostgreSQL
ones. It's different from PostgreSQL in too many ways, and those
differences are not fully known outside of AWS.

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/>
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Jeff Janes 2020-06-04 14:32:42 Re: When to use PARTITION BY HASH?
Previous Message Tomas Vondra 2020-06-04 08:56:04 Re: increased max_parallel_workers_per_gather results in fewer workers?