Re: Bad Plan for Questionnaire-Type Query

From: David Blewett <david(at)dawninglight(dot)net>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-performance(at)postgresql(dot)org
Subject: Re: Bad Plan for Questionnaire-Type Query
Date: 2009-06-06 00:29:45
Message-ID: 9d1f8d830906051729q6468b7fdmf5846e4a977938a5@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Fri, Jun 5, 2009 at 7:32 PM, Josh Berkus <josh(at)agliodbs(dot)com> wrote:
> My first thought would be to increase statistics dramatically on the
> filtered columns in hopes of making PG realize there's a lot of rows there;
> it's off by 8x.  Correlations stats are an ongoing issue in PostgreSQL.

I started at a stats_target of 250, then tried 500 and finally the
plan that I pasted before resorting to disabling nestloops was at 1000
(and re-analyzing in between of course). Will a CLUSTER or REINDEX
help at all?

David

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Erik Aronesty 2009-06-06 01:50:22 Re: degenerate performance on one server of 3
Previous Message Josh Berkus 2009-06-05 23:32:44 Re: Bad Plan for Questionnaire-Type Query