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: global index internals

Re: global index internals

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Wed, 3 Sep 2003 19:01:29 +0100
Message-ID: <bj5agj$69p$1$8300dec7@news.demon.co.uk>

A global index has to be prefixed and range-partitioned, so you could imagine that the list of values that defines the ranges for each partition is equivalent to 'root block'. e.g. if value < 46 then use partition 1, else if value < 92 then use partition 2 and so on, in just the way the root block is simply a list of values and pointers to the next level branch blocks.

--
Regards

Jonathan Lewis
http://www.jlcomp.demon.co.uk

  The educated person is not the person
  who can answer the questions, but the
  person who can question the answers -- T. Schick Jr


One-day tutorials:
http://www.jlcomp.demon.co.uk/tutorial.html

____Finland__September 22nd - 24th
____Norway___September 25th - 26th
____UK_______December (UKOUG conference)

Three-day seminar:
see http://www.jlcomp.demon.co.uk/seminar.html
____USA__October
____UK___November


The Co-operative Oracle Users' FAQ
http://www.jlcomp.demon.co.uk/faq/ind_faq.html


"Rob Cowell" <rjc4687_at_hotmail.com> wrote in message
news:3F5622A0.3DCB20F3_at_hotmail.com...

> Can anyone point me at a description of how a global index works?
The
> concepts manual says "a global partitioned index contains
(conceptually)
> a single B*-tree with entries for all rows in all partitions. Each
index
> partition may contain keys that refer to many different partitions
or
> subpartitions in the table".
>
> I guess this means you only need one index probe to get a rowid, but
I
> don't understand how that can work when (I guess) the leaf blocks
are in
> separate partitions without some kind of master area for the branch
> blocks, or at least the root block. Can anyone point me at a good
> description.
>
> Thanks.
Received on Wed Sep 03 2003 - 13:01:29 CDT

Original text of this message

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