public inbox for [email protected]
help / color / mirror / Atom feedFrom: fx TATEISHI KOJI <[email protected]>
To: [email protected] <[email protected]>
Subject: Performance degradation from PostgreSQL 8.2.21 to PostgreSQL 9.3.2
Date: Wed, 19 Jul 2017 01:54:46 +0000
Message-ID: <SINPR0601MB18068241DAFA4B059C7693BBB2A60@SINPR0601MB1806.apcprd06.prod.outlook.com> (raw)
List-Unsubscribe: <mailto:[email protected]?body=unsub%20pgsql-performance>
Issuing exactly the same query as PostgreSQL 8.2.21 and PostgreSQL 9.3.2 will slow the response by 6.4 ms on average.
What could be the cause?
Measurement method is as follows.
・ PostgreSQL 8.2.21 installation
★Measurement
・ Export DUMP of PostgreSQL 8.2.21
・ PostgreSQL 8.2.21 uninstallation
・ PostgreSQL 9.3.2 installation
・ Dump import
★Measurement
[query]
select
table4.a as col_0_0_,
table4.a as col_1_0_,
table4.a as col_2_0_,
table4.b as col_0_1_,
table4.c,
table4.d
from
table1,
table2,
table3,
table4
where
table1.a=table2.a and
table1.a="parameter$1" and
table2.roleid=table3.roleid and
table3.a="parameter$2" and
table4.b='3' and
table2.a=table4.a;
--
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]
Subject: Re: Performance degradation from PostgreSQL 8.2.21 to PostgreSQL 9.3.2
In-Reply-To: <SINPR0601MB18068241DAFA4B059C7693BBB2A60@SINPR0601MB1806.apcprd06.prod.outlook.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