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

Home -> Community -> Usenet -> c.d.o.server -> Re: Alternatives to Intermedia Context Index

Re: Alternatives to Intermedia Context Index

From: James <thanatic_at_telstra.com>
Date: 9 Oct 2002 23:27:06 -0700
Message-ID: <7377f06c.0210092227.30b3e48@posting.google.com>


Would using something like:

where keyword like '%keyword1%' and keyword like '%keyword2%'

be better than instr?

> where instr(keyword_field,keyword1)>0 and
> instr(keyword_field,keyword2)>0 ...
>

Either way should I index the field Keyword to improve performance? What kind of index?

Regards,
James Received on Thu Oct 10 2002 - 01:27:06 CDT

Original text of this message

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