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: Paul Drake <drak0nian_at_yahoo.com>
Date: 18 May 2004 20:28:05 -0700
Message-ID: <1ac7c7b3.0405181928.6e5ef427@posting.google.com>


Jeremy <newspostings_at_hazelweb.co.uk> wrote in message news:<MPG.1b1439c81cf83992989bf5_at_news.individual.net>...
> In article <c86ce4f.0405180705.6bc45f56_at_posting.google.com>,
> DiggidyMack69 says...
> > "Howard J. Rogers" <hjr_at_dizwell.com> wrote in message news:<4092660b$0$4543$afc38c87_at_news.optusnet.com.au>...
> > > DiggidyMack69 wrote:
> > >
>
> <snip>
>
> > > >
> > > > What are good rules of thumb to look at in regards to when looking for
> > > > signs of fragmentation and other problems of the like?
> > >
> > > A good rule of thumb?
> > >
> > > Don't bother.
> > >
>
> <snip howard's suggestions>
>
> >
> > Thanks for the info. For the record I was talking about index
> > fragmentation. It has been told to me that some of my indexes are
> > 'fragmented' by an 'authority'. That is all. I didn't have any stats
> > or anything to back-up or disregard that claim. Thanks to folks here
> > I have alot more useful information. I assume that some automated
> > tool has been run to generate a report of 'fragmented' indexes.
> >
> > DM
> >
> Intermedia Text indexes need regular rebuilds otherwise the query
> performance can be severely degraded.

Jeremy,

that's not a rebuild in terms of index fragmentation, the fact that explicit maintenance is required is due to the fact that intermedia context indexes are not maintained synchronously, so the become "STALE", not fragmented.

Oracle maintains b*tree and bitmap indexes synchronously, and recursively.

There are 2 methods possible for synching the context indexes, internally via a dbms_job calling a procedure, or externally via the ctxsvr executable.

IIRC, Daniel Morgan has posted in the past that he prefers the internal method due to some conditions that can cause the indexes to become larger via the external routine. Maybe he'll refresh us as to what he specifically mentioned.

Pd Received on Tue May 18 2004 - 22:28:05 CDT

Original text of this message

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