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: problem with a query

Re: problem with a query

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: 2000/04/05
Message-ID: <954964914.24597.0.nnrp-14.9e984b29@news.demon.co.uk>#1/1

This is almost completely untrue.

You need to specify much more carefully
how you are using the index before you
hit the circumstances where this is
nearly true.

--

Jonathan Lewis
Yet another Oracle-related web site:  http://www.jlcomp.demon.co.uk

John Gasch wrote in message <38EB98AB.35791841_at_erols.com>...

>When rows are deleted from a table, the index slots are merely marked as
>"deleted". If the index is on a monotonically increasing data value,
>such as a sequence number, then the index will grow without bound over
>time because the deleted slots won't get reused. The periodic rebuild
>works because it reclaims the space from the deleted rows.
>
Received on Wed Apr 05 2000 - 00:00:00 CDT

Original text of this message

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