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: Why a rebuild speeds up my queries.

RE: Why a rebuild speeds up my queries.

From: Wolfgang Breitling <breitliw_at_centrexcc.com>
Date: Wed, 1 Sep 2004 07:24:49 -0700
Message-ID: <1094048689.4135dbb18e5c6@webmail.hosting.telus.net>


A good value to start is to figure out the growth ratio of your table:

100* (1 - avg_row_len(newborn row) / avg_row_len(grown-up row) )

e.g. if a row is about twice as big when it has been fully updated that when it was new, then you get 100*(1 - 0.5) = 50

Quoting David Sharples <dsharples_at_cerebrussolutions.com>:

--

regards

Wolfgang Breitling
Oracle 7,8,8i,9i OCP DBA
Centrex Consulting Corporation
www.centrexcc.com



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

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
Received on Wed Sep 01 2004 - 11:09:10 CDT

Original text of this message

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