Home » Server Options » Text & interMedia » Refresh of indexes on CLOB fields. (Oracle,10.2.0.4.0,linux red hat 4)
Refresh of indexes on CLOB fields. [message #355050] Wed, 22 October 2008 06:54 Go to previous message
Malakay79
Messages: 41
Registered: September 2007
Member
I have 1 index on a clob column create in this way:

CREATE INDEX index_name
ON TABELLA (COLONNA)
INDEXTYPE IS ctxsys.context
PARAMETERS ( 'STOPLIST mystop' );

This fild is updated very often.
I have created a job that refresh that index with ctx_ddl.sync_index

There is another way to schedule his refresh?

IF I use a trigger after insert or update I think this can be too heavy because sometimes there are 200 people that modify that table in that column.

Thanks
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Query expansion and FIRST_ROWS problem
Next Topic: Problems with CTX_DOC.SNIPPET on HTML documents
Goto Forum:
  


Current Time: Fri Apr 26 08:52:13 CDT 2024