Re: Two different execution plan for the same request - Mailing list pgsql-performance

From Yeb Havinga
Subject Re: Two different execution plan for the same request
Date
Msg-id 4C3441EB.8010405@gmail.com
Whole thread Raw
In response to Re: Two different execution plan for the same request  ("JOUANIN Nicolas (44)" <nicolas.jouanin@dgfip.finances.gouv.fr>)
List pgsql-performance
JOUANIN Nicolas (44) wrote:
>
> The strange thing is that this morning explain analyze now gives a
> much better duration :
>
> There were no modification made on the database except a restart
> yesterday evening and a vacuumdb --analyse ran at night.
If the earlier bad query was run on a fresh imported database that was
not ANALYZEd, it would explain the different and likely bad plan. If you
want to know for sure this is the cause, instead of e.g. faulty
hardware, you could verify redoing the import + query without analyze.

regards,
Yeb Havinga


pgsql-performance by date:

Previous
From: "JOUANIN Nicolas (44)"
Date:
Subject: Re: Two different execution plan for the same request
Next
From: Mark Kirkwood
Date:
Subject: Re: [Slony1-general] WAL partition overloaded--by autovacuum?