Xref: alice comp.databases.oracle.server:83055
Path: alice!news-feed.fnsi.net!newsfeed.icl.net!newsfeed.icl.net!newspeer.clara.net!news.clara.net!btnet-peer!btnet!newreader.ukcore.bt.net!not-for-mail
From: "Kevin A Lewis" <Kevin_A_Lewis@Hotmail.com>
Newsgroups: comp.databases.oracle.server
References: <878uue$7lr$1@kermit.esat.net>
Subject: Re: Performance Questions Re-Indexes
Lines: 45
Organization: BOCM PAULS LTD.
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 5.00.2014.211
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211
Message-ID: <9AXl4.48$Jv.1478@newreader.ukcore.bt.net>
Date: Wed, 02 Feb 2000 14:56:05 GMT
X-Trace: newreader.ukcore.bt.net 949503365 195.171.206.98 (Wed, 02 Feb 2000 14:56:05 GMT)
NNTP-Posting-Date: Wed, 02 Feb 2000 14:56:05 GMT

Depending on the version of Oracle you could regularly Rebuild the Indexes.
This is more efficient and easily achieved.

You assumption about CBO is not exactly true. You will need to respond to
the tendancy of the optimiser to perform more sequencial scans. Each
operation in isolation may perform quicker, but at the cost of nicely stored
data cached in the data buffers of the SGA. I would guess that the rule of
thumb is that CBO likes far more memory available to work well than RBO ever
did.

Regards

--
Kevin A Lewis (BOCM PAULS LTD) - Animal Feed Manufacturer - Ipswich United
Kingdom)
                        <Kevin_A_Lewis@Hotmail.com>

The views expressed herein by the author of this document
are not necessarily those of BOCM PAULS Ltd.
Keith Jamieson <jamiesonk@phoenix.ie> wrote in message
news:878uue$7lr$1@kermit.esat.net...
> I have a rapidly growing table at a customer site(Currently contains 1.2
> million rows).  Some indexes were created for this table.
> When they were put on initially the query times returned were acceptable,
> but as the table has grown the query times have got worse.  I am also
aware
> of some coding issues which need to be resolved, but initially I would
just
> like the benefits of this groups
> experience.
>
> Q1) Am I correct in assuming that the Indexes should be recreated on a
> regular basis?
>
> Q2) If we switched to the cost based optimiser, could I assume that as
long
> as the statistics were regenerated on a regular basis, then
> the performance would be better than the rule based optimiser.
>
>
>
>
>


