Re: Major differences between oracle and postgres performance

From: Richard Huxton <dev(at)archonet(dot)com>
To: Gary Cowell <gary_cowell(at)yahoo(dot)co(dot)uk>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Major differences between oracle and postgres performance
Date: 2004-06-18 12:07:15
Message-ID: 40D2DAF3.2080107@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Gary Cowell wrote:
>
> 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.

People are going to want to know:
1. version of PG
2. explain analyse output, rather than just explain
3. What values you've used for the postgresql.conf file

The actual plan from explain analyse isn't going to be much use - as you
say, a scan of the whole table followed by sorting is the best you'll
get. However, the actual costs of these steps might say something useful.

--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Paul Thomas 2004-06-18 12:09:27 Re: Major differences between oracle and postgres performance - what can I do ?
Previous Message Gary Cowell 2004-06-18 11:31:57 Major differences between oracle and postgres performance - what can I do ?