Re: Query optimizer 8.0.1 (and 8.0) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Query optimizer 8.0.1 (and 8.0)
Date
Msg-id 18635.1107561826@sss.pgh.pa.us
Whole thread Raw
In response to Re: Query optimizer 8.0.1 (and 8.0)  (pgsql@mohawksoft.com)
Responses Re: Query optimizer 8.0.1 (and 8.0)  (pgsql@mohawksoft.com)
Re: Query optimizer 8.0.1 (and 8.0)  (Ron Mayer <rm_pg@cheapcomplexdevices.com>)
List pgsql-hackers
pgsql@mohawksoft.com writes:
>    ->  Index Scan using rt1_zipr, rt1_zipl on rt1  (cost=0.00..121893.93
> rows=30835 width=302)
>          Index Cond: ((zipr = 2186) OR (zipl = 2186))

>  zipl      |        925 |
>  zipr      |        899 |

Those n_distinct values for zipl and zipr seem aberrant --- too low
compared to the estimated rowcount you're showing.  What are the
true figures?  Also, how about some EXPLAIN ANALYZEs and not just
EXPLAINs?
        regards, tom lane


pgsql-hackers by date:

Previous
From: pgsql@mohawksoft.com
Date:
Subject: Re: Query optimizer 8.0.1 (and 8.0)
Next
From: Bruce Momjian
Date:
Subject: Re: libpq API incompatibility between 7.4 and 8.0