Re: Slow count(*) again... - Mailing list pgsql-performance

From Mladen Gogala
Subject Re: Slow count(*) again...
Date
Msg-id 4CB37A7D.90502@vmsinfo.com
Whole thread Raw
In response to Re: Slow count(*) again...  (Neil Whelchel <neil.whelchel@gmail.com>)
List pgsql-performance
Neil Whelchel wrote:
>
>
> That is why I suggested an estimate(*) that works like (a faster) count(*)
> except that it may be off a bit. I think that is what he was talking about
> when he wrote this.
>
>
The main problem with "select count(*)" is that it gets seriously
mis-used.  Using "select count(*)" to establish existence is bad for
performance and for code readability.

--

Mladen Gogala
Sr. Oracle DBA
1500 Broadway
New York, NY 10036
(212) 329-5251
http://www.vmsinfo.com
The Leader in Integrated Media Intelligence Solutions




pgsql-performance by date:

Previous
From: Maciek Sakrejda
Date:
Subject: Re: oracle to psql migration - slow query in postgres
Next
From: Damon Snyder
Date:
Subject: Stored procedure declared as VOLATILE => no good optimization is done