Re: Slow response of PostgreSQL - Mailing list pgsql-performance

From Stephan Szabo
Subject Re: Slow response of PostgreSQL
Date
Msg-id 20040216233912.L31376@megazone.bigpanda.com
Whole thread Raw
In response to Slow response of PostgreSQL  ("Saleem Burhani Baloch" <peseek@khi.wol.net.pk>)
List pgsql-performance
On Tue, 17 Feb 2004, Saleem Burhani Baloch wrote:

> select count(*), sum(vl_ex_stax) , sum(qty) , unit from inv_detail group by unit;
> on both databases.

> PostgreSQL Machine
> ******************
> P-III 600Mhz (Dell Precision 220)
> 256 MB Ram (RD Ram)
> 40 GB Baracuda Ext2 File System.
> RedHat 7.2
> PostgreSQL 7.1.3-2

Besides the comments on the conf file already sent, 7.1.3 is many versions
behind the current version and definately has some deficiencies either
fully or partially corrected in later versions.  All in all, I'd suggest
going all the way to 7.4.1 since the hash aggregate stuff might help the
queries you're running.


pgsql-performance by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Re: Slow response of PostgreSQL
Next
From: Tom Lane
Date:
Subject: Re: Slow response of PostgreSQL