Re: Selectivity estimation for equality and range queries - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Selectivity estimation for equality and range queries
Date
Msg-id 4454.1198862966@sss.pgh.pa.us
Whole thread Raw
In response to Selectivity estimation for equality and range queries  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Selectivity estimation for equality and range queries
List pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> I have been observing a case where the row count estimation for LIKE 'foo' is
> (much) higher than for LIKE 'foo%', the rest of the query being the same.  
> This is a special case of the estimation for equality being higher than for a
> range query that includes the value used in the equality.

Not really --- LIKE estimation is only weakly related to range
estimation.

Relevant questions here include exactly which PG version is in use and
what's the database encoding/locale.  If it's not C locale, the fixes
I made in selfuncs.c during November might be relevant.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Spoofing as the postmaster
Next
From: "Trevor Talbot"
Date:
Subject: Re: Spoofing as the postmaster