Re: [PERFORM] Slow count(*) again...

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, Mladen Gogala <mladen(dot)gogala(at)vmsinfo(dot)com>, "david(at)lang(dot)hm" <david(at)lang(dot)hm>, Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>, Vitalii Tymchyshyn <tivv00(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [PERFORM] Slow count(*) again...
Date: 2011-02-02 16:03:37
Message-ID: 201102021603.p12G3bb09925@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-performance

Tom Lane wrote:
> Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> > On 02/01/2011 05:47 PM, Bruce Momjian wrote:
> >> Tom Lane wrote:
> >>> At this point what we've got is 25% of the runtime in nodeAgg.c overhead,
> >>> and it's difficult to see how to get any real improvement without tackling
> >>> that.
>
> >> Do we want a TODO about optimizing COUNT(*) to avoid aggregate
> >> processing overhead?
>
> > Whether or not it's bad application design, it's ubiquitous, and we
> > should make it work as best we can, IMNSHO. This often generates
> > complaints about Postgres, and if we really plan for world domination
> > this needs to be part of it.
>
> I don't think that saving ~25% on COUNT(*) runtime will help that at all.
> The people who complain about it expect it to be instantaneous.
>
> If this sort of hack were free, I'd be all for doing it anyway; but I'm
> concerned that adding tests to enable a fast path will slow down every
> other aggregate, or else duplicate a lot of code that we'll then have to
> maintain.

OK, thank you.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2011-02-02 16:06:03 Where are we on SQl-MED?
Previous Message Kevin Grittner 2011-02-02 15:52:34 Re: SSI patch version 14

Browse pgsql-performance by date

  From Date Subject
Next Message Jens Wilke 2011-02-02 16:03:42 monitoring querys Re: About pg_stat_activity
Previous Message Cesar Arrieta 2011-02-02 15:21:47 About pg_stat_activity