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

From Matthew Wakeling
Subject Re: Two different execution plan for the same request
Date
Msg-id alpine.DEB.2.00.1007071333430.2534@aragorn.flymine.org
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
On Wed, 7 Jul 2010, JOUANIN Nicolas (44) wrote:
> It seems to work fine (same execution plan and less duration) after :
>  - setting default_statistics_target to 100
>  - full vacuum with analyze

Don't do VACUUM FULL.

Matthew

--
 I suppose some of you have done a Continuous Maths course. Yes? Continuous
 Maths? <menacing stares from audience> Whoah, it was like that, was it!
                                        -- Computer Science Lecturer

pgsql-performance by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: WAL partition overloaded--by autovacuum?
Next
From: Merlin Moncure
Date:
Subject: Re: Two "equivalent" WITH RECURSIVE queries, one of them slow.