From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Neil Conway <nconway(at)klamath(dot)dyndns(dot)org> |
Cc: | "Roberto Nanamura" <roberto(at)summa-tech(dot)com>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: Poor performance in Porting Oracle based application to PostgreSQL |
Date: | 2002-06-11 18:35:52 |
Message-ID: | 3070.1023820552@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Neil Conway <nconway(at)klamath(dot)dyndns(dot)org> writes:
> "Roberto Nanamura" <roberto(at)summa-tech(dot)com> wrote:
>> We are facing a performance degradation when we ported a Weblogic 6.0 sp2 (using
>> BMP entity EJBs) from Oracle 8.1.7 to PostgreSQL 7.1.3 both using Linux RedHat.
> We'll need more information in order to be able to make any meaningful
> comments. Can you post the relevent parts of the schema? How much data
> are you storing, how many updates/inserts are being executed? How large is
> the performance degredation? If relevant, post the query plan for the
> problematic queries (use EXPLAIN).
And there are the usual questions: have you vacuum analyzed? Have you
done any tuning (installing appropriate indexes, etc)? Finally, I'd
certainly recommend an update to PG 7.2.1...
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Darren Ferguson | 2002-06-11 18:50:59 | Re: Updates are slow.. |
Previous Message | Joshua D. Drake | 2002-06-11 18:30:22 | ANNOUNCE: MacOS X Mammoth PGSQL download available |