public inbox for [email protected]
help / color / mirror / Atom feedFrom: Adam Brusselback <[email protected]>
To: Adam Torres <[email protected]>
Cc: Justin Pryzby <[email protected]>
Cc: [email protected] <[email protected]>
Subject: Re: Performance loss upgrading from 9.3 to 9.6
Date: Mon, 6 Nov 2017 21:59:30 -0500
Message-ID: <CAMjNa7e5kY7byc28Dpdm7vcti9=EyorY0kJU4Zf8S1iJ-WNqQw@mail.gmail.com> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
<[email protected]>
<[email protected]>
List-Unsubscribe: <mailto:[email protected]?body=unsub%20pgsql-performance>
> It has now been decided to try upgrading to 9.4 as that is the minimum to support Django 1.11 (which we are trying to upgrade a backend service to). The hope is whatever feature we have not configured properly in 9.6 is not there in 9.4.
It's entirely possible whatever is causing your performance issue is
caused by the migration, rather than anything inherently different in
9.6. The best test for that is setting another 9.3 server up,
restoring a backup, and testing there. If that is very different than
what you are getting on 9.6 then it's something which changed in
Postgres, if not it's just bad stats.
I do think that it's probably better to fix your query rather than
choosing to upgrade to 9.4 rather than 9.6. You have a crazy amount
of your query time spent in a single node. That plan is not good. If
that's the only query giving you trouble, work on optimizing it.
Just my $0.02
-Adam
--
Sent via pgsql-performance mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-performance
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: Performance loss upgrading from 9.3 to 9.6
In-Reply-To: <CAMjNa7e5kY7byc28Dpdm7vcti9=EyorY0kJU4Zf8S1iJ-WNqQw@mail.gmail.com>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox