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: How to find avg data blocks for an index.

RE: How to find avg data blocks for an index.

From: DENNIS WILLIAMS <DWILLIAMS_at_LIFETOUCH.COM>
Date: Mon, 18 Feb 2002 06:28:18 -0800
Message-ID: <F001.004123C1.20020218062818@fatcity.com>


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



This communication contains information, which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s), please note that any distribution, printing, copying or use of this communication or the information in it is strictly prohibited. If you have received this communication in error, please notify the sender immediately and then destroy any copies of it.

--

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).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: DENNIS WILLIAMS
  INET: DWILLIAMS_at_LIFETOUCH.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). Received on Mon Feb 18 2002 - 08:28:18 CST

Original text of this message

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