Re: MySQL/PG search times - Mailing list pgsql-general

From Bruce Momjian
Subject Re: MySQL/PG search times
Date
Msg-id 200306231832.h5NIWci23968@candle.pha.pa.us
Whole thread Raw
In response to MySQL/PG search times  (nolan@celery.tssi.com)
List pgsql-general
See the FAQ item about index usage.  You have to anchor the start only.

---------------------------------------------------------------------------

nolan@celery.tssi.com wrote:
> > We require ~* syntax for that, or upper()/lower().
>
> Slowly the light dawns!
>
> If I anchor a ~ search on both ends, it is the same search as =.
>
> Duh!
>
> I converted the prototype over to use ~ and it is running much faster.
> I'll try to do some detailed timings against MySQL tonight.
> --
> Mike Nolan
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-general by date:

Previous
From: Steve Lane
Date:
Subject: Re: SELECT @@IDENTITY
Next
From: "Ian Harding"
Date:
Subject: Re: SELECT @@IDENTITY