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: Reverse Key Index

Re: Reverse Key Index

From: Jim Kennedy <kennedy-family_at_attbi.com>
Date: Fri, 27 Sep 2002 01:37:19 GMT
Message-ID: <jDOk9.457215$_91.664524@rwcrnsc51.ops.asp.att.net>


Because the tree will be more balanced when the numbers are not sequential. So if you reverse the number then it is not sequential if the numbers are of reasonable size.
eg 123, 124, 125, 126
becomes
321, 421, 521, 621
Jim
"y" <y_at_y.com> wrote in message news:3D93A7E7.E9E9B35B_at_y.com...
> Hi,
> Suppose I hava a table which contains sequential numbers. And I need
> build an index on that column. I checked the manual, still can not
> understand why RKI(Reverse Key Index) can build more evenly distributed
> index tree than a B-tree.
> Any help would be appreciated!
>
>
>
>
Received on Thu Sep 26 2002 - 20:37:19 CDT

Original text of this message

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