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

Home -> Community -> Usenet -> c.d.o.server -> Re: CBO cost and avg_row_len

Re: CBO cost and avg_row_len

From: Sybrand Bakker <gooiditweg_at_sybrandb.demon.nl>
Date: Wed, 09 Jul 2003 19:40:51 +0200
Message-ID: <4qkogvoob381bka3g96sdg768718rsbhpq@4ax.com>


On 9 Jul 2003 08:34:56 -0700, ydias_at_hotmail.com (dias) wrote:

>Hi,
>
>Can someone explain when the CBO takes into account the value of
>avg_row_len to estimate an access plan cost ?
>
>I suppose that the CBO uses this value to estimate the cost for a
>table scan, in combination with the number of blocks and the value of
>db_file_multiblock_read_count ?
>
>Thanks

It doesn't. It would also be unnecessary, as a block is a block is a block and a table scan is a table scan is a table scan. Oracle will always read a complete block. The number of blocks in use is taken into account.

Sybrand Bakker, Senior Oracle DBA

To reply remove -verwijderdit from my e-mail address Received on Wed Jul 09 2003 - 12:40:51 CDT

Original text of this message

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