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: sequential read on full-table scan?

Re: sequential read on full-table scan?

From: Wolfgang Breitling <breitliw_at_centrexcc.com>
Date: Sat, 21 May 2005 07:50:47 -0600
Message-Id: <6.2.0.14.2.20050521074604.040f9780@pop.centrexcc.com>


OOps, in case anyone wonders how I come to a cost calculation of 1152/16 and 1152/3 for a 1024 block table. The explanation is that I had started with 1024 but by the time I got to 1024/3=341.33333 I thought it would be simpler to avoid the decimals and switched the calculations to a 1152 block table, except I forgot to make that change in the first line.

At 11:45 PM 5/20/2005, Wolfgang Breitling wrote:

>e.g. for a table of 1024 blocks
>
>with a dfmrc of 16: cost of FTS = 1152/16 = 72 ( + 1 for
>_table_scan_cost_plus_one = true) = 73
>with a real mbrc of 3: cost of FTS = 1152/3 = 384 ( + 1 for
>_table_scan_cost_plus_one = true) = 385

Regards

Wolfgang Breitling
Centrex Consulting Corporation
www.centrexcc.com

--
http://www.freelists.org/webpage/oracle-l
Received on Sat May 21 2005 - 13:21:36 CDT

Original text of this message

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