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: Finding total Rows without count() ?

Re: Finding total Rows without count() ?

From: Paul Bennett <bennett_at_cc.gatech.edu>
Date: Wed, 15 Dec 1999 23:18:45 GMT
Message-ID: <385821FA.8587C2DD@cc.gatech.edu>


> SQL> analyze table parameter estimate statistics ;
>
> Table analyzed.
>
> Elapsed: 00:00:10.27
>
> So the quickest way seems to be the analyze table,
> Shortly followed by select(1).
>

You need to also add the time it takes to select the rowcount from the view as well as show that the number returned is close.

Received on Wed Dec 15 1999 - 17:18:45 CST

Original text of this message

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