Re: SQL statement over 500% slower with 9.2 compared with 9.1

From: Rafael Martinez <r(dot)m(dot)guerrero(at)usit(dot)uio(dot)no>
To: Tomas Vondra <tv(at)fuzzy(dot)cz>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: SQL statement over 500% slower with 9.2 compared with 9.1
Date: 2013-08-28 09:07:05
Message-ID: 521DBDB9.6030107@usit.uio.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 08/27/2013 11:27 PM, Tomas Vondra wrote:
[............]

> I don't immediately see where's the problem - maybe some other
> hacker on this list can. Can you prepare a testcase for this? I.e.
> a structure of the tables + data so that we can reproduce it?
>

Hello

Of course, you can download a SQL dump of the tables involved, here:
http://folk.uio.no/rafael/filmdatabase_testcase.sql.gz

This file is 357M gunzipped and 101M gzipped. When restored in a
database it will use 1473MB.

# \d+
List of relations
Schema | Name | Type | Owner | Size | Description
- --------+-------------------+-------+----------+--------+-------------
public | filmitem | table | postgres | 41 MB |
public | filmparticipation | table | postgres | 540 MB |
public | person | table | postgres | 85 MB |
(3 rows)

[dbpg-hotel-utv:5432/postgres(at)fdb_testcase][]# \di+
List of relations
Schema | Name | Type | Owner |
Table | Size | Description
-
--------+--------------------------------+-------+----------+-------------------+--------+-------------
public | filmitempkey | index | postgres | filmitem
| 26 MB |
public | filmparticipationfilmidindex | index | postgres |
filmparticipation | 232 MB |
public | filmparticipationpersonidindex | index | postgres |
filmparticipation | 232 MB |
public | filmparticipationpkey | index | postgres |
filmparticipation | 232 MB |
public | personlastnameindex | index | postgres | person
| 41 MB |
public | personpkey | index | postgres | person
| 37 MB |

regards,
- --
Rafael Martinez Guerrero
Center for Information Technology
University of Oslo, Norway

PGP Public Key: http://folk.uio.no/rafael/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (GNU/Linux)

iEYEARECAAYFAlIdvbkACgkQBhuKQurGihTZ0ACgk5ZpAvBFdhJs7A3xm3h80VhR
AX4AoIp+tSeeQtmmQh7ShP5WFI3hS+gp
=wK/M
-----END PGP SIGNATURE-----

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Rafael Martinez 2013-08-28 10:15:26 Re: SQL statement over 500% slower with 9.2 compared with 9.1
Previous Message Jeff Janes 2013-08-28 04:10:11 Re: SQL statement over 500% slower with 9.2 compared with 9.1