Re: new BUG: "postgresql 9.2.3: very long query time" - Mailing list pgsql-bugs

From bricklen
Subject Re: new BUG: "postgresql 9.2.3: very long query time"
Date
Msg-id CAGrpgQ_f-bV=fShYHKCVFLooWH9Mg=cEVQ6Gc6QFne=-dFgc8w@mail.gmail.com
Whole thread Raw
In response to new BUG: "postgresql 9.2.3: very long query time"  (Claude Speed <gta3user@gmail.com>)
List pgsql-bugs
On Wed, Feb 20, 2013 at 5:42 AM, Claude Speed <gta3user@gmail.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;

pgsql-bugs by date:

Previous
From: Claude Speed
Date:
Subject: new BUG: "postgresql 9.2.3: very long query time"
Next
From: bogdan.magajna@gmail.com
Date:
Subject: BUG #7898: mapinfo 11.5.2 connection problem