Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: 10g System statistics - single and multi
Christo,
I don't know how you come to that conclusion. The value of MBRC does not factor into the decision whether to use the new cost formula or not. It is mreadtm which needs to be greater than sreadtm for the new cost formula (and cpu costing, at least in 9i) to be used. Only then does the MBRC value factor in.
And I just realized that it misquoted the cost for a FTS under the new flrmula. It is of course
cost(FTS) = #blocks/MBRC * MREADTM / SREADTM
I suppose the optimizer developers chose to ignore the system statistics if they look suspicious and from their point of view mreadtm has to be greater than sreadtm and if it is not they ignore the entire thing. Of course, that could change at any time. Until then you need to check the values of your gathered system statistics for mreadtm > sreadtm.
Christo Kutrovsky wrote:
> Yes, this is exactly my observation. I dont understand why Oracle did
> this ! They will never have this right, it seems.
>
> actually, i tried mread = 1.00000001 and sread = 1 -> cost = ~650
>
> So basically, this makes using a very high value for mbrc (so that
> your mread > sread) almost mandatory in 10g, otherwise your FTS costs
> would use the old formula.
>
>
-- Regards Wolfgang Breitling Centrex Consulting Corporation www.centrexcc.com -- http://www.freelists.org/webpage/oracle-lReceived on Tue May 17 2005 - 17:12:34 CDT
![]() |
![]() |