Re: PG 7.0 is 2.5 times slower running a big report - Mailing list pgsql-general

From Tom Lane
Subject Re: PG 7.0 is 2.5 times slower running a big report
Date
Msg-id 9177.959206279@sss.pgh.pa.us
Whole thread Raw
In response to PG 7.0 is 2.5 times slower running a big report  ("Bryan White" <bryan@arcamax.com>)
List pgsql-general
"Bryan White" <bryan@arcamax.com> writes:
> Top tells me the front end process is using 5 to 10 percent of the CPU and
> the back end is using 10 to 20 percent.  The load average is about 1.0 and
> the CPU is about 80% idle.

It's probably waiting for disk I/O ...

What does EXPLAIN tell you about how the queries are being executed?
Do you by any chance have the 6.5.3 system still available to compare
its EXPLAIN output?

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: 7.0 installation problem, help please :-(
Next
From: Joseph Shraibman
Date:
Subject: Re: PG 7.0 is 2.5 times slower running a big report