Re: like performance w/o wildcards. - Mailing list pgsql-general

From Joseph Shraibman
Subject Re: like performance w/o wildcards.
Date
Msg-id 3F2E9323.3090405@selectacast.net
Whole thread Raw
In response to Re: like performance w/o wildcards.  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: like performance w/o wildcards.  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-general
Bruce Momjian wrote:
> Well, I don't see that = would be significantly faster than LIKE with a
> no-wildcard string, so I don't see the value in having LIKE detect
> non-whildcard strings.
>
Because it won't use an index for a LIKE, only a seqscan.


pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: like performance w/o wildcards.
Next
From: Bruce Momjian
Date:
Subject: Re: like performance w/o wildcards.