Re: Performance Problem between Ora 10g and Psql

From: "Guillaume Smet" <guillaume(dot)smet(at)gmail(dot)com>
To: "Thomas Radnetter" <tr75(at)gmx(dot)net>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Performance Problem between Ora 10g and Psql
Date: 2006-07-12 09:47:06
Message-ID: 1d4e0c10607120247m4e7e4339p6dd97df9d8c641d7@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Thomas,

On 7/12/06, Thomas Radnetter <tr75(at)gmx(dot)net> wrote:
> Is this the correct place to issue this problem?

It is if your issue is due to a PostgreSQL performance problem.

> How can I trace down the cause for this performance problem?

The first thing to do is to determine if it is a problem due to the
Oracle -> ODBC -> PostgreSQL thing or if it is a problem with the
query. My advice is to set log_min_duration_statement to 0 in your
postgresql.conf (and set the logger so that you can see the log output
somewhere). Then you'll see if your query is slow.

If your query is slow, post the output of an explain analyze on the
list with all the relevant information (structure of the concerned
tables, indexes, size...).

If not, it's probably more an ODBC problem.

Regards,

--
Guillaume Smet
Open Wide

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Joshua D. Drake 2006-07-12 14:33:52 Re: Performance Problem between Ora 10g and Psql
Previous Message Thomas Radnetter 2006-07-12 08:33:44 Performance Problem between Ora 10g and Psql