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: About Index B-Tree Problem!!

Re: About Index B-Tree Problem!!

From: Matthew McPeak <mcpeakm_at_email.msn.com>
Date: Tue, 8 Jun 1999 19:28:41 -0400
Message-ID: <OvLbDdgs#GA.271@cpmsnbbsa02>


Sybrand,

I was under the impression that Oracle always keeps its indexes balanced, even after inserts and deletes. Is this not the case?

Sybrand Bakker wrote in message
<928683086.22496.0.pluto.d4ee154e_at_news.demon.nl>...
>The B in B-tree stands for Balanced.
>The B-tree will only get skewed, if the index is created on an empty table
>and the table is filled afterwards.
>In this case just recreate the index (alter index <index name> rebuild in
>Oracle 7.2 and higher) and there will be a balanced index again.
>
>Hth,
>
>Sybrand Bakker, Oracle DBA
>
Received on Tue Jun 08 1999 - 18:28:41 CDT

Original text of this message

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