Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: How to find avg data blocks for an index.
Ayyappan - What I have found useful for estimating Index size is to analyze
the index and use the LEAF_BLOCKS column in USE_INDEXES. This is usually
close enough for estimation purposes, and it is easy to join with other
tables.
Another thought, you may want to run Don Burleson's script,
http://www.dba-oracle.com/art_index1.htm, and rebuild any indexes it
suggests. Some of these indexes may be taking up too many blocks, and that
will throw off your estimates.
Dennis Williams
DBA
Lifetouch, Inc.
dwilliams_at_lifetouch.com
-----Original Message-----
Sent: Monday, February 18, 2002 2:13 AM
To: Multiple recipients of list ORACLE-L
Hi
I want to estimate the size for a growing database for 2004, I want to find the avg bytes occupied by an index. how to find & calculate it.
Ayyappan.S
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Ayyappan S
INET: ayyappan.subramaniyan_at_ssiworldwide.com
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Mon Feb 18 2002 - 08:28:18 CST
![]() |
![]() |