Re: Execution plan changed after upgrade from 7.3.9 to 8.2.3

From: "Dave Dutcher" <dave(at)tridecap(dot)com>
To: <vincent(dot)moreau(at)leroymerlin(dot)fr>
Cc: <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Execution plan changed after upgrade from 7.3.9 to 8.2.3
Date: 2007-03-13 14:48:41
Message-ID: 011c01c7657e$b16e77c0$2e00a8c0@tridecap.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

> From: pgsql-performance-owner(at)postgresql(dot)org
> [mailto:pgsql-performance-owner(at)postgresql(dot)org] On Behalf Of
> vincent(dot)moreau(at)leroymerlin(dot)fr
> Subject: Re: [PERFORM] Execution plan changed after upgrade
> from 7.3.9 to 8.2.3
>
>
> Increasing the default_statistics_target to 1000 did not help.
> It just make the vacuum full analyze to take longer to complete.

Just FYI when you change statistics you only need to run ANALYZE, not VACUUM
ANALYZE, and definetly not VACUUM FULL ANALYZE.

I don't know what else to suggest for this query since you can't change the
SQL. I would talk to the vendor and ask them to add indexes if you know
that helps.

Dave

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Dengler, Michael 2007-03-13 14:55:40 Autocommit in libpq
Previous Message vincent.moreau 2007-03-13 14:05:29 Re: Execution plan changed after upgrade from 7.3.9 to 8.2.3