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: fragmentation and index maintainence

Re: fragmentation and index maintainence

From: Jeremy <newspostings_at_hazelweb.co.uk>
Date: Wed, 19 May 2004 14:30:08 +0100
Message-ID: <MPG.1b1571ae2f2ee173989bfd@news.individual.net>


In article <40AB5BF9.4E29_at_yahoo.com>, Connor McDonald says...
> 'ctxsrv' is a recipe for disaster for text indexes (which is why from
> 816 onwards Oracle strongly recommend you don't use it). We moved from
> ctxsrv to a 5 min 'sync' call and the index growth (which typically maps
> to response time for text indexes) slows dramatically. Combined with
> the occasional 'optimize' then the index build requirement often drops
> away.
>

Oh I didn't realise that ctxsrv wasn't the approved way of doing this. There used to be a ctxsrv executable that had to be running all the time in order to even yun a text query (I think that was back in the ConText days).

So you use DBMS_JOB to schedule periodic (you say mins) 'sync' instructions - what does this call look like?

And as a result of making this change index growth is then proportional to the increase in data stored (as you would expect it to be!).

cheers

-- 

jeremy
Received on Wed May 19 2004 - 08:30:08 CDT

Original text of this message

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