Re: Question about (probably wrong) index scan cost for conditional indexes - Mailing list pgsql-general

From Tom Lane
Subject Re: Question about (probably wrong) index scan cost for conditional indexes
Date
Msg-id 26128.1327278517@sss.pgh.pa.us
Whole thread Raw
In response to Question about (probably wrong) index scan cost for conditional indexes  (Maxim Boguk <maxim.boguk@gmail.com>)
Responses Re: Question about (probably wrong) index scan cost for conditional indexes  (Maxim Boguk <maxim.boguk@gmail.com>)
List pgsql-general
Maxim Boguk <maxim.boguk@gmail.com> writes:
> But it seems that index scan cost for very narrow/selective conditional
> indexes is greatly overestimated at least in some cases.

I realized in connection with
http://archives.postgresql.org/pgsql-general/2012-01/msg00459.php
that btcostestimate is not correctly estimating numIndexTuples for
partial indexes.  But it's impossible to tell from this amount of
information whether you're seeing an effect of that, or something else.
Can you provide a self-contained test case?

            regards, tom lane

pgsql-general by date:

Previous
From: panam
Date:
Subject: Best way to create unique primary keys across schemas?
Next
From: David W Noon
Date:
Subject: Re: hash options