Re: new BUG: "postgresql 9.2.3: very long query time"

From: bricklen <bricklen(at)gmail(dot)com>
To: Claude Speed <gta3user(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: new BUG: "postgresql 9.2.3: very long query time"
Date: 2013-02-20 15:45:23
Message-ID: CAGrpgQ_f-bV=fShYHKCVFLooWH9Mg=cEVQ6Gc6QFne=-dFgc8w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wed, Feb 20, 2013 at 5:42 AM, Claude Speed <gta3user(at)gmail(dot)com> wrote:
> Postgresql 9.2.3 is processing my query is much longer than Postgresql
> 9.1.8:
> Postgresql 9.1.8 - 2292 ms
> Postgresql 9.2.3 - 163336 ms
>
> I provided my query in attach and the database dump too,
> this bug is reproducible.

1). Can you supply the EXPLAIN ANALYZE plans for both queries?
2). Have you ANALYZEd the relevant tables recently?
3). Maybe supply the results of this query too:

SELECT name, current_setting(name), source
FROM pg_settings
WHERE source NOT IN ('default', 'override')
UNION ALL
SELECT 'version' as name, version(), null;

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message bogdan.magajna 2013-02-20 18:21:20 BUG #7898: mapinfo 11.5.2 connection problem
Previous Message Heikki Linnakangas 2013-02-20 15:17:46 Re: pg_dumpall fails if a database name contains =