Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

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: Wed, 12 Jul 2006 11:47:06 +0200
  • Message-id: <1d4e0c10607120247m4e7e4339p6dd97df9d8c641d7(at)mail(dot)gmail(dot)com>

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



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group