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: Count(*) is very slow

Re: Count(*) is very slow

From: Andreas Kyritz <AKyritz_at_easy-soft-dresden.de>
Date: Thu, 22 Oct 1998 11:46:45 +0200
Message-ID: <70mv73$p34$1@news.ipf.net>


Hallo everybody,

I've got a mail with the right idea from Dave Smith from Australia.

The trick to do 'SELECT COUNT(*) FROM ATABLE' fast is, to include:

    fast_full_scan_enabled=true
to the init file.

That's all and now it takes less than a second. 8-))

Thanks to all posted their suggestions and hints

--
Andreas Kyritz
AKyritz_at_easy-soft-dresden.de Received on Thu Oct 22 1998 - 04:46:45 CDT

Original text of this message

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