Re: Bug? 8.0 does not use partial index - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Bug? 8.0 does not use partial index
Date
Msg-id 19367.1105675272@sss.pgh.pa.us
Whole thread Raw
In response to Re: Bug? 8.0 does not use partial index  (Palle Girgensohn <girgen@pingpong.net>)
List pgsql-hackers
Palle Girgensohn <girgen@pingpong.net> writes:
>> No surprise.  vacuum analyze produces an exact total row count, whereas
>> analyze can only produce an approximate total row count (since it only
>> samples the table rather than groveling over every row).  Sometimes the
>> approximate count will be far enough off to affect the estimates.

> Reasonable. Thanks for clarifying that. In the normal case, vacuum analyze 
> is better, I guess?

If you intend to do both steps, the combined command is definitely
better than issuing them separately.  I wouldn't say that you need to
do the combined command in situations where you'd otherwise do just
one.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: Bug? 8.0 does not use partial index
Next
From: Mark Kirkwood
Date:
Subject: Re: FATAL: catalog is missing 1 attribute(s) for relid