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: after rebuild, PK indexes are larger?

Re: after rebuild, PK indexes are larger?

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Thu, 14 Mar 2002 18:59:45 +0000
Message-ID: <3C90F321.1A71@yahoo.com>


Rose Skubiszewski wrote:
>
> I rebuilt the indexes on the hottest tables and noticed that
> the all the primary key indexes became larger but all the
> regular indexes became smaller. I expected the indexes to
> rebuild smaller, or close to the original size, not larger.
>
> Can anyone explain this behavior with rebuilding PK indexes?
> The environment is v7.3.4 on NT4. Thanks.

pctfree is observed only when you create/rebuild an index. Thus you could easily have:

index starts at pctfree 10 (ie 90% full) regular dml had packed the blocks to 95% full rebuild forces the index back to 90% full - ie bigger

hth
connor

-- 
==============================
Connor McDonald

http://www.oracledba.co.uk

"Some days you're the pigeon, some days you're the statue..."
Received on Thu Mar 14 2002 - 12:59:45 CST

Original text of this message

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