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: Compute statisics

Re: Compute statisics

From: Jared Still <jkstill_at_cybcon.com>
Date: Mon, 04 Jun 2001 16:25:08 -0700
Message-ID: <F001.0031B36D.20010604161024@fatcity.com>

Interesting request.

It would appear that they don't want to the CBO to consider stats on small tables, probably small code tables and the like.

Since anything that small will probably get a FTS anyway, I wonder what they're thinking of?

Could be that your OS does 64k read and they figure an FTS will be done at the OS level anyway, at least if not found in the buffer cache.

Maybe my ramblings jogged your memory on some performance metric they mentioned some other time.

Do they have any metrics that prove the need for this?

Jared

On Monday 04 June 2001 16:20, Browett, Darren wrote:
> I have just received some notes from one our applications support, and they
> suggest after I compute statistics for the objects within their schema,
> that I then
> delete those statistics where num_rows * avg_row_len < 65000 ??
>
> What affect could this possibly have on the system ?
>
> I thought you would want statistics on all objects for the optimizer to
> function efficently
>
> Thank you in advance
>
> Darren
>
> ---------------------------------------------------------------------------
>- -------------------------------------------------
> Darren Browett P.Eng This message was
> transmitted
> Systems Admin/DBA using 100% recycled
> electrons
> Information and Communications Technology.
> City of Coquitlam
> P:(604) 927 - 3614
> E:dbrowett_at_city.coquitlam.bc.ca
> ---------------------------------------------------------------------------
>- -------------------------------------------------

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Jared Still
  INET: jkstill_at_cybcon.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 Jun 04 2001 - 18:25:08 CDT

Original text of this message

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