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: Q1: Parallel Index Creation and Next Extents Allocation

Re: Q1: Parallel Index Creation and Next Extents Allocation

From: Jonathan Lewis <ora_mail_at_jlcomp.demon.co.uk>
Date: 1997/01/16
Message-ID: <32DE93C5.D59@jlcomp.demon.co.uk>#1/1

I don't know about whitepapers, but basically each pq slave behaves as if it is creating the index on a subset of the data, and allocates extents accordingly (i.e. using the minextents, initial, next, pctincrease supplied) completely independently of all the others.

When all the pq slaves are finished, the query coordinator picks up all the separate segments generated, links them together as a single segment, then trims the last extent of each separate segment down to its high water mark.

(Based on Oracle 7.3.2.2).

---
Jonathan Lewis
Received on Thu Jan 16 1997 - 00:00:00 CST

Original text of this message

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