Re: socket slowdown using libpg and 7.1.1 ?

From: Chris Storah <cstorah(at)emis-support(dot)demon(dot)co(dot)uk>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: socket slowdown using libpg and 7.1.1 ?
Date: 2001-05-15 16:36:52
Message-ID: 023e01c0dd5d$4adcdf60$c60215ac@wkcws2k1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)sss(dot)pgh(dot)pa(dot)us>
To: "Chris Storah" <cstorah(at)emis-support(dot)demon(dot)co(dot)uk>
Cc: <pgsql-bugs(at)postgresql(dot)org>
Sent: Tuesday, May 15, 2001 5:00 PM
Subject: Re: [BUGS] socket slowdown using libpg and 7.1.1 ?

> Chris Storah <cstorah(at)emis-support(dot)demon(dot)co(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Alex 2001-05-15 18:52:26 timestamp being timestamp with time zone
Previous Message Tom Lane 2001-05-15 16:33:53 Re: socket slowdown using libpg and 7.1.1 ?