Re: [HACKERS] Slow count(*)

From: "Pavel Stehule" <pavel(dot)stehule(at)gmail(dot)com>
To: "Abraham, Danny" <danny_abraham(at)bmc(dot)com>
Cc: "Postgres General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: [HACKERS] Slow count(*)
Date: 2008-01-02 16:42:53
Message-ID: 162867790801020842g773e220bl42ababd983f4b911@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

On 02/01/2008, Abraham, Danny <danny_abraham(at)bmc(dot)com> wrote:
> When comparing the OLTP part of our product, PG is about 15% slower
> compared to Oracle, which is reasonable.
>
> When comparing the DSS part, it is about 20 times slower.
>
> Unfortunately, we need both.
>

Send slow queries, please, and than we can help you.

don't forget on VACUUM and ANALYZE statements before and then send
execution plans

http://www.postgresql.org/docs/8.2/static/sql-explain.html

>
> -----Original Message-----
> From: Pavel Stehule [mailto:pavel(dot)stehule(at)gmail(dot)com]
> Sent: Wednesday, January 02, 2008 5:47 PM
> To: Abraham, Danny
> Cc: pgsql-hackers(at)postgresql(dot)org
> Subject: Re: [HACKERS] Slow count(*)
>
> On 02/01/2008, Abraham, Danny <danny_abraham(at)bmc(dot)com> wrote:
> > Hi,
> >
> > We are looking for a patch that will help us count using the indexes.
> >
> > Our product is about 20 times slower on Postgres compared to MS SQL
> > Server.
> >
> > Any ideas?
>
> There isn't any similar patch and will not be.
>
> Use materialized views or similar techniques.
>
> Are you sure, so all your problems are only in SELECT COUNT(*)?
>
> Check, please, all slow queries.
>
> Regards
> Pavel Stehule
> >
> > Danny Abraham
> > BMC Software
> > CTM&D Business Unit
> > 972-52-4286-513
> > danny_abraham(at)bmc(dot)com
> >
> >
> > ---------------------------(end of
> broadcast)---------------------------
> > TIP 5: don't forget to increase your free space map settings
> >
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Vincent Bernat 2008-01-02 16:56:18 tablefunc and crosstab
Previous Message Andrew Sullivan 2008-01-02 16:40:10 Re: Any big slony and WAL shipping users?

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2008-01-02 17:56:14 Dynamic Partitioning using Segment Visibility Maps
Previous Message Andrew Sullivan 2008-01-02 16:31:55 Re: Index performance