Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: How to optimize this query?

Re: How to optimize this query?

From: Billy Verreynne <dev_at_null.com>
Date: Tue, 12 Aug 2003 22:23:03 +0200
Message-ID: <3f394c64$0$226@hades.is.co.za>


WiseGuy wrote:

> Have you considered creating a function index using SOUNDEX, and then
> performing a soundex query instead ?
>
> SELECT
> count(*)
> FROM t
> WHERE soundex(surname) = soundex('SMITH');

Er.. point being? What does this have to do with the OP's problem and subsequent discussion on index range scans?

Don't tell me. You're a tea drinker.. <sigh>

;-)

--
Billy
Received on Tue Aug 12 2003 - 15:23:03 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US