Re: more problems with count(*) on large table - Mailing list pgsql-general

From Andrew Sullivan
Subject Re: more problems with count(*) on large table
Date
Msg-id 20070928171032.GQ7912@crankycanuck.ca
Whole thread Raw
In response to Re: more problems with count(*) on large table  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-general
On Fri, Sep 28, 2007 at 12:50:34PM -0400, Alvaro Herrera wrote:
>
> But he does have a WHERE condition.  THe problem is, probably, that the
> condition is not selective enough so the planner chooses to do a
> seqscan.

Or else the planner has a bad idea of how selective the condition is.
I've found that this sort of inconsistent selectivity on an indexed
column can be because the column statistics aren't good enough.  You
can try ALTER TABLE...SET STATISTICS to see if it helps.

A

--
Andrew Sullivan  | ajs@crankycanuck.ca
This work was visionary and imaginative, and goes to show that visionary
and imaginative work need not end up well.
        --Dennis Ritchie

pgsql-general by date:

Previous
From: Scott Ribe
Date:
Subject: Triggers & inheritance
Next
From: "A. Kretschmer"
Date:
Subject: Re: more problems with count(*) on large table