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: ConText Optimization

Re: ConText Optimization

From: Rod Stewart <stewartr_at_dynamite.com.au>
Date: 1998/08/23
Message-ID: <6roqg2$rjj$1@bomb.dynamite.com.au>#1/1

I haven't been able to get one to work satisfactorily. It is most likely that you will need to redesign your data structures to accommodate your context policies - depending on how important the context functionality is to you. We get results back on over 8 Gig of text documents (stored in long raw columns in the database) in less than 2.5 seconds on fairly average hardware. How much data are you searching through? Remember that context does not actually search through the table, but rather looks up the indexes created or updated on insert and update. Perhaps you could use a post insert/update trigger to populate a separate table with just the desired data in it and apply a context policy to that.

David Schwartz wrote in message <35DC4CFB.7C270ECE_at_postoffice.brown.edu>...
>Is is possible, using column indexes, table joins, or other optimization
>techniques, to get ConText to search through a subset of the rows of a
>text-indexed table instead of the entire table? I have tried several
>things and don't see any improvement in performance.
>Any hints would be greatly appreciated.
>
> David Schwartz
> davidschwartz_at_elucidate.com
>
Received on Sun Aug 23 1998 - 00:00:00 CDT

Original text of this message

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