Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: LIKE performance
lh wrote:
> "GreyBeard" <Fuzzy.GreyBeard_at_gmail.com> wrote in message > news:pan.2005.02.25.00.48.10.865706_at_gmail.com... >
> > > 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.
Why is that a problem?
Is there a measured performance issue? If so what is it?
Are your statistics current? Created how?
What percentage of the rows are being retrieved?
What is the cardinality?
etc. etc.
The fact that an index is not being used might mean nothing more than that not using the index is appropriate.
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace 'x' with 'u' to respond)Received on Thu Feb 24 2005 - 20:05:22 CST