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 -> Query optimization

Query optimization

From: Spike <just.ice_at_mailcity.com>
Date: 2 Nov 2001 02:49:53 -0800
Message-ID: <25e4dd8c.0111020249.1d3cb10f@posting.google.com>


I have query in the form:

SELECT 'blah'

FROM table

WHERE
(conditions)

AND  
(CAT.NAME = 'eg1'

    OR
CAT.NAME = 'eg2'

    OR
CAT.NAME = 'eg3'

    OR
CAT.NAME = 'eg4'

    OR

etc
)

Any ideas on how I can make it faster?
When I query 1 cat.name it is fast, but adding more slows it down.

Any ideas?

Spike Received on Fri Nov 02 2001 - 04:49:53 CST

Original text of this message

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