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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Real space

RE: Real space

From: A. Bardeen <abardeen1_at_yahoo.com>
Date: Mon, 15 May 2000 15:51:28 -0700 (PDT)
Message-Id: <10498.105696@fatcity.com>


Aldi,

I've always used the following as a guide:

ANALYZE INDEX <schema>.<index_name> VALIDATE STRUCTURE;
SELECT DEL_LF_ROWS/LF_ROWS*100 FROM INDEX_STATS; If the percentage of deleted leaf rows is > 15-20% I rebuild the index.

Keep in mind that INDEX_STATS is a single-row view so it only shows the results of the last index analyzed with validate structure.

HTH,

Received on Mon May 15 2000 - 17:51:28 CDT

Original text of this message

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