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: Need a Fast Row Count

Re: Need a Fast Row Count

From: Simone Jesse <s.jesse_at_corag.de>
Date: 2000/03/27
Message-ID: <8bnjjh$4857@newstdshn2.tds.de>#1/1

How much faster is your count if you use select count(1) from... ?
In this case only the first column of every row will be read, not the whole row!

This might not be as quick as some of the other ideas, but I would be interested in the statistics.
Unfortunately none of my tables is big enough to really make a difference!

Simone Received on Mon Mar 27 2000 - 00:00:00 CST

Original text of this message

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