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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Oracle Text (ConText/InterMedia) and realtime updates

RE: Oracle Text (ConText/InterMedia) and realtime updates

From: Jack C. Applewhite <japplewhite_at_inetprofit.com>
Date: Tue, 13 Nov 2001 14:13:03 -0800
Message-ID: <F001.003C3E3D.20011113133517@fatcity.com>

Connor, Rich,

There is no "real-time" update of an interMedia Text index. Even ctxsrv does the update periodically. According to the 8.1.6 docs (referring to the ctxsrv server)...
"This server synchronizes the index with ALTER INDEX at regular intervals."

Actually, you don't want real-time updates anyway. The more frequently (with smaller batches of new and/or updated rows) you sync your index, the more fragmented and "trashy" it gets, which degrades performance. Keep in mind that an interMedia Text index is *nothing* like a "regular" index.

We sync the interMedia Text index on our main production table daily, after typically inserting 50,000 to 200,000 new CLOB documents into a 2-3 million row table. It takes 40 min. to a couple of hours (we're on 8.1.6 on Win2k). We used to use ctxsrv, but now use CTX_DDL.Sync_Index and life is good. ;-)

Jack



Jack C. Applewhite
Database Administrator/Developer
OCP Oracle8 DBA
iNetProfit, Inc.
Austin, Texas
www.iNetProfit.com
japplewhite_at_inetprofit.com
(512)327-9068

-----Original Message-----
McDonald
Sent: Tuesday, November 13, 2001 2:23 PM To: Multiple recipients of list ORACLE-L

There is a server process that can run in the background to do this. Check out ctxsrv

hth
connor

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Jack C. Applewhite
  INET: japplewhite_at_inetprofit.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Tue Nov 13 2001 - 16:13:03 CST

Original text of this message

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