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

Home -> Community -> Usenet -> c.d.o.misc -> Re: exp: why have statistics=estimate option?

Re: exp: why have statistics=estimate option?

From: Stephen A Tahmosh <tahmossx_at_itd.ssb.com>
Date: 1996/12/30
Message-ID: <5a99ub$o1d@svna0001.clipper.ssb.com>#1/1

Also,
You can't assume the row count has been computed previously. It would have had to have been analyzed previously (am i missing something?)

Steve

;tkyte_at_us.oracle.com (Thomas J. Kyte) wrote:
;>because stats collection is more then counting rows....
;>
;>it is counting discrete values within a column (lots of sort space needed for
;>near unique columns)
;>
;>it is finding high/low key values (ranges)
;>
;>in later versions it is creating histograms of data distribution
;>
;>and so on....
;>
;>
;>On Mon, 30 Dec 1996 18:45:32 GMT, chuckh_at_dvol.com (Chuck Hamilton) wrote:
;>
;>>Maybe this is a dumb question, but why even have the
;>>'statistics=estimate' option in the export utility? When a table gets
;>>imported, the _exact_ number of rows imported is already available.
;>>Why not just use that number to populate DBA_TABLES.NUM_ROWS instead
;>>of going through the time consuming process of issuing an ANALYZE
;>>TABLE command?
;>>--
;>>Chuck Hamilton
;>>chuckh_at_dvol.com
;>>
;>>This message delivered by electronic sled dogs. WOOF!
;>
;>Thomas Kyte
;>Oracle Government
;>tkyte_at_us.oracle.com
;>
;>http://govt.us.oracle.com
;>
;>---- Check out Oracle Governments web site! -----
;> Follow the link to "Tech Center"
;> and then downloadable Utilities for some free software...
;>
;>
;>-------------------
;>statements and opinions are mine and do not necessarily
;>reflect the opinions of Oracle Corporation
;

Steve Tahmosh
State Street Bank Received on Mon Dec 30 1996 - 00:00:00 CST

Original text of this message

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