Re: socket slowdown using libpg and 7.1.1 ? - Mailing list pgsql-bugs

From Chris Storah
Subject Re: socket slowdown using libpg and 7.1.1 ?
Date
Msg-id 023e01c0dd5d$4adcdf60$c60215ac@wkcws2k1
Whole thread Raw
In response to Re: socket slowdown using libpg and 7.1.1 ?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
managed to get a bit more info...

Seems to be only when cursors are used - rewrote the code to do a PQexec and
fetch the tuples and it is faster than 7.0.3 which is good :)

I will hack about with the client code tonight to see if I can narrow it
down more.

Chris

----- Original Message -----
From: "Tom Lane" <tgl@sss.pgh.pa.us>
To: "Chris Storah" <cstorah@emis-support.demon.co.uk>
Cc: <pgsql-bugs@postgresql.org>
Sent: Tuesday, May 15, 2001 5:00 PM
Subject: Re: [BUGS] socket slowdown using libpg and 7.1.1 ?


> Chris Storah <cstorah@emis-support.demon.co.uk> writes:
> > Are there any problems with 7.1.1 when using libpg and TCP/IP socket
> > connections?
>
> No one else has reported any such problem.
>
> > Running native psql is fine and returns the results in a comparative
> time,
> > which points at the TCP socket side of things?
>
> Are you sure you are talking to the same server in both cases?
>
> regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: socket slowdown using libpg and 7.1.1 ?
Next
From: pgsql-bugs@postgresql.org
Date:
Subject: GRANT permissions on views have no effect; \dv reports nothing