Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Meaning of Reverse index ?

Re: Meaning of Reverse index ?

From: Ginger Mall <bocgco_at_hongkong.com>
Date: Tue, 4 Mar 2003 15:30:49 +0800
Message-ID: <3e6453e3$1@shknews01>


If the index start from 1-10000, then the reverse key will still be 1-10000 ?

"Jim Kennedy" <kennedy-downwithspammersfamily_at_attbi.com> wrote in message news:LIW8a.302049$SD6.16384_at_sccrnsc03...
> It would help spread the index out and not have hot blocks. eg instead of
> indexing
> 10001, 10002, 10003,...
> it would be
> 10001, 20001, 30001,...
> Hence there would not be hot blocks if a lot of inserts were happening in
a
> short time.
> Jim
> "Ginger Mall" <bocgco_at_hongkong.com> wrote in message
> news:3e6433d0$1_at_shknews01...
> > I have read from books talking about "reverse index". I know it
reverses
> > the order of the key value. However I am not quite understand why this
> kind
> > of arrangement could help the B-Tree index to be more efficient. Could
> > anyone explain this to me ?
> >
> > Thank you very much.
> >
> >
>
>
Received on Tue Mar 04 2003 - 01:30:49 CST

Original text of this message

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