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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Slow retrieval from freetext column

Re: Slow retrieval from freetext column

From: Mike Ita <mitagaki_nspam_at_yahoo.com>
Date: 2000/06/24
Message-ID: <3955142c@news.advancenet.net>#1/1

Have you considered using Oracle Intermedia text indexing? Then you'll be able to search by keywords without doing a full table scan.

Mike

Kate Roberts <kate.roberts_at_lib.monash.edu.au> wrote in message news:39505F88.71AB4C83_at_lib.monash.edu.au...
> Dear all:
>
> My problem resides with the slowness in retrieving results when
> searching on one column of one table.
>
> The query ( select * from tablename where columnname like '%string%')
> searches a column containing large blocks of text, and tries to match a
> string in that text-block.
>
> I've been advised that indexing [using create index indexname...] on
> Oracle would be useless, since this would index each textblock as a
> left-justified single entity... rather than indexing each word/ phrase
> in the text-block.
>
> I have 100,000 records in my table, (table-size is 200mb) and at 40,000
> records the search took 12 seconds. At 100,000 records it takes 70
> seconds.
>
> I have dropped and recreated the table, this time making the initial
> extent more than 200mb. Still no improvement.
>
> Does anyone know of a way to create an index on words/ phrases in
> textblocks- in a "text" column??????
>
> Or can anyone suggest another way to hasten the retrieval process????
>
> Regards,
>
> Kate Roberts
Received on Sat Jun 24 2000 - 00:00:00 CDT

Original text of this message

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