Re: Performance aggregates - Mailing list pgsql-general

From snpe
Subject Re: Performance aggregates
Date
Msg-id 01051521000204.01497@spnew
Whole thread Raw
In response to Re: Performance aggregates  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Responses Re: Performance aggregates  (Ryan Mahoney <ryan@paymentalliance.net>)
List pgsql-general
On Tuesday 15 May 2001 17:28, Stephan Szabo wrote:
> On Tue, 15 May 2001, snpe wrote:
> > Table e_kalkn have 4668 rows and e_kalkns 101170 rows.
> >
> > Query :
> >
> > select roba,sum(izn)
> >  from e_kalkn k,e_kalkns ks
> >  where k.id=ks.id
> >  group by roba
> >  order by roba
> >
> > is 2.5 times faster on one commercial database (there are tests on
> > Internet that say 'Postgresql is faster than that database).
> > I can't say which database it is.
>
> Have you run vacuum analyze (since loading the data) and what does explain
> show for the query.  Also, what version are you using?
>
version postgresql 7.1.1

pgsql-general by date:

Previous
From: "Gregory Wood"
Date:
Subject: Re: Re: Re: What's the best front end/client under MS Windows?
Next
From: snpe
Date:
Subject: Re: Performance aggregates