Re: Extremely Low performance with ODBC - Mailing list pgsql-sql

From Richard Broersma
Subject Re: Extremely Low performance with ODBC
Date
Msg-id 396486430805230903k7f85f358va55fe8ab09a17eed@mail.gmail.com
Whole thread Raw
In response to Extremely Low performance with ODBC  ("Sebastian Rychter" <srychter@anvet.com.ar>)
Responses Re: Extremely Low performance with ODBC  ("Sebastian Rychter" <srychter@anvet.com.ar>)
List pgsql-sql
On Thu, May 22, 2008 at 11:29 AM, Sebastian Rychter
<srychter@anvet.com.ar> wrote:
> Hi, I'm executing a query through psql ODBC which is taking around 2 minutes
> to complete. When I run it from PgAdmin it takes less than 3 seconds.
>
> Any idea ?

1) turn off all ODBC query logging from both the ODBC driver and the
ODBC administrator.  This feature is a performance killer.  Only use
this feature if you are trying to debug a problem.
2) Some client programs try to perform the joins on the client side
rather than the server side. I would check if the client is actually
passing the actual SQL statement back to the server. If it is trying
to perform the join on the client, it could be a big performance
killer.

-- 
Regards,
Richard Broersma Jr.

Visit the Los Angles PostgreSQL Users Group (LAPUG)
http://pugs.postgresql.org/lapug


pgsql-sql by date:

Previous
From: Craig Ringer
Date:
Subject: Re: Extremely Low performance with ODBC
Next
From: "Sebastian Rychter"
Date:
Subject: Re: Extremely Low performance with ODBC