Re: RE : Remote query very slow

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Johann Robette <jrobette(at)onyme(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: RE : Remote query very slow
Date: 2004-10-01 07:36:20
Message-ID: 415D08F4.7010705@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc

Johann Robette wrote:

> Last question, I'm using pgAdminIII to perform my queries. I think that
> I should have the same problem on the server side than on the remote
> machine as it is using the same driver. Am I wrong on that point?

pgAdmin uses libpq for communication with the server, and is written in
C. The JDBC driver implements the client/server protocol itself, and is
written in Java. So they're not really comparable.

-O

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Johann Robette 2004-10-01 09:24:39 Record unassigned yet
Previous Message Johann Robette 2004-10-01 07:04:37 RE : Remote query very slow

Browse pgsql-jdbc by date

  From Date Subject
Next Message Johann Robette 2004-10-01 09:24:39 Record unassigned yet
Previous Message Johann Robette 2004-10-01 07:04:37 RE : Remote query very slow