Re: Major differences between oracle and postgres performance - what can I do ? - Mailing list pgsql-performance

From Paul Thomas
Subject Re: Major differences between oracle and postgres performance - what can I do ?
Date
Msg-id 20040618130927.A17585@bacon
Whole thread Raw
In response to Major differences between oracle and postgres performance - what can I do ?  (Gary Cowell <gary_cowell@yahoo.co.uk>)
List pgsql-performance
On 18/06/2004 12:31 Gary Cowell wrote:
> [snip]
> I'm not as familiar with postgresql as I am with
> Oracle but I think I've configured comparible
> buffering and sort area sizes, certainly there isn't
> much physical IO going on in either case.
>
> What can I do to speed up this query? Other queries
> are slightly slower than under Oracle on the same
> hardware but nothing like this.

Usual questions:

have you vacuumed the table recently?
what are your postgresql.conf settings?
can you show us explain ANALYZE output rather than just explain output?

--
Paul Thomas
+------------------------------+---------------------------------------------+
| Thomas Micro Systems Limited | Software Solutions for
Business             |
| Computer Consultants         |
http://www.thomas-micro-systems-ltd.co.uk   |
+------------------------------+---------------------------------------------+

pgsql-performance by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Major differences between oracle and postgres performance
Next
From: Jeff
Date:
Subject: Re: Major differences between oracle and postgres performance - what can I do ?