Re: Estimation problem with a LIKE clause containing a / - Mailing list pgsql-performance

From Tom Lane
Subject Re: Estimation problem with a LIKE clause containing a /
Date
Msg-id 11467.1194477248@sss.pgh.pa.us
Whole thread Raw
In response to Re: Estimation problem with a LIKE clause containing a /  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Estimation problem with a LIKE clause containing a /  ("Guillaume Smet" <guillaume.smet@gmail.com>)
Re: Estimation problem with a LIKE clause containing a /  ("Guillaume Smet" <guillaume.smet@gmail.com>)
List pgsql-performance
I wrote:
> "Guillaume Smet" <guillaume.smet@gmail.com> writes:
>> [ bad estimate for LIKE ]

> Hmmm ... what locale are you working in?  I notice that the range
> estimator for this pattern would be "ancestors >= '1062/' AND
> ancestors < '10620'", which will do the right thing in C locale
> but maybe not so much elsewhere.

I've applied a patch that might help you:
http://archives.postgresql.org/pgsql-committers/2007-11/msg00104.php

            regards, tom lane

pgsql-performance by date:

Previous
From: Tom Lane
Date:
Subject: Re: Estimation problem with a LIKE clause containing a /
Next
From: "Guillaume Smet"
Date:
Subject: Re: Estimation problem with a LIKE clause containing a /