Re: increasing query time after analyze

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Katharina Koobs <katharina(dot)koobs(at)uni-konstanz(dot)de>
Cc: "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org>
Subject: Re: increasing query time after analyze
Date: 2014-02-05 12:15:17
Message-ID: CAFj8pRBu_Yt19J1qXcDsGmSgCatW-WdjKoCnHgSE3h_NfAXEMA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hello

2014-02-05 Katharina Koobs <katharina(dot)koobs(at)uni-konstanz(dot)de>:

> Hi,
>
>
>
> We have a PostgreSQL DB, version 9.3 on a Suse Linux system.
>
> We ran the update from postgresql 8.4 to 9.3.
>
> After importing the database the query time of one sql query is about 30
> sec.
>
> After ANALYZE the DB the query time of this sql query is about 45 minutes.
>
> We can see that after analyzing the indexes will no longer be used.
>
>
>
> Has anyone an idea why ANALYZE cause this problem?
>

yes, it is possible - sometimes due more reasons (some strange dataset or
correlation between columns) a statistics estimations are totally out. And
bad musty statistics can produces better estimations than fresh statistics

please send a "EXPLAIN ANALYZE" output for fast and slow queries.

Regards

Pavel Stehule

>
>
> Thanks a lot for your help!
>
>
>
> Katharina
>
>
>
>
>

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Jeff Janes 2014-02-05 14:52:20 Postgres Query Plan Live Lock
Previous Message Katharina Koobs 2014-02-05 11:50:52 increasing query time after analyze