Re: [PERFORM] performance drop after upgrade (9.6 > 10)

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Cc: johannes graën <johannes(at)selfnet(dot)de>, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org>
Subject: Re: [PERFORM] performance drop after upgrade (9.6 > 10)
Date: 2018-01-28 23:53:10
Message-ID: 20180128235310.GA5024@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-performance

On Thu, Oct 26, 2017 at 02:45:15PM -0500, Justin Pryzby wrote:
> On Tue, Oct 24, 2017 at 04:15:59PM +0200, johannes graën wrote:
> > Hi Pavel, *,
> >
> > you were right with ANALYZing the DB first. However, even after doing
> > so, I frequently see Seq Scans where an index was used before. This
> > usually cooccurs with parallelization and looked different before
> > upgrading to 10. I can provide an example for 10 [1], but I cannot
> > generate a query plan for 9.6 anymore.
> >
> > Any ideas what makes the new version more seqscanny?
>
> Is it because max_parallel_workers_per_gather now defaults to 2 ?
>
> BTW, I would tentatively expect a change in default to be documented in the
> release notes but can't see that it's.
> 77cd477c4ba885cfa1ba67beaa82e06f2e182b85

Oops, you are correct. The PG 10 release notes, which I wrote, should
have mentioned this. :-(

https://www.postgresql.org/docs/10/static/release-10.html

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2018-01-29 00:16:29 Re: Built-in connection pooling
Previous Message Bruce Momjian 2018-01-28 23:35:06 Re: proposal: alternative psql commands quit and exit

Browse pgsql-performance by date

  From Date Subject
Next Message Pavan Teja 2018-01-29 04:46:26 Re: 8.2 Autovacuum BUG ?
Previous Message David G. Johnston 2018-01-28 21:40:44 Re: Query Slow After 2018