Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: LIKE performance
On Fri, 25 Feb 2005 10:21:13 +1000, lh wrote:
>
> I did experiment with substr as an index, but it doesn't seem to use the
> index after i add it. It just does a table scan.
Is the substr the only component in your where clause, or are there additional predicates?
I'd also recommend reading "Practical Oracle8i" by Jonathan Lewis and following some of the advice.
Finally, is there any way you could attempt a test with a more recent version, say 9iR2 or (pref) 10g? There have been a good number of advances that should help.
FGB Received on Thu Feb 24 2005 - 19:56:56 CST