Re: Data transfer very slow when connected via DSL - Mailing list pgsql-performance

From Rainer Bauer
Subject Re: Data transfer very slow when connected via DSL
Date
Msg-id 24rl73d5td717rimunndjnjghfl1pgqojh@4ax.com
Whole thread Raw
In response to Data transfer very slow when connected via DSL  (Rainer Bauer <usenet@munnin.com>)
Responses Re: Data transfer very slow when connected via DSL  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-performance
I wrote:

>Hello Harald,
>
>>I do not have a solution, but I can confirm the problem :)
>
>At least that rules out any misconfiguration issues :-(

I did a quick test with my application and enabled the ODBC logging.

Fetching the 50 rows takes 12 seconds (without logging 8 seconds) and
examining the log I found what I suspected: the performance is directly
related to the ping time to the server since fetching one tuple requires a
round trip to the server.

Rainer

PS: I wonder why pgAdminIII requires twice the time to retrieve the data.

pgsql-performance by date:

Previous
From: Tom Lane
Date:
Subject: Re: Very long SQL strings
Next
From: Dimitri
Date:
Subject: Re: Data transfer very slow when connected via DSL