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 b7tl73pk8u5hptorgnpug6muv0g7bja4q4@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
Re: Data transfer very slow when connected via DSL
List pgsql-performance
Hello Dimitri,

>but did you try to execute your query directly from 'psql' ?...

munnin=>\timing
munnin=>select * from "tblItem";
<data snipped>
(50 rows)
Time: 391,000 ms

>Why I'm asking: seems to me your case is probably just network latency
>dependent, and what I noticed during last benchmarks with PostgreSQL
>the SELECT query become very traffic hungry if you are using CURSOR.
>Program 'psql' is implemented to not use CURSOR by default, so it'll
>be easy to check if you're meeting this issue or not just by executing
>your query remotely from 'psql'...

Yes, see also my other post.

Unfortunatelly this means that using my program to connect via DSL to the
Postgres database is not possible.

Rainer

pgsql-performance by date:

Previous
From: Dimitri
Date:
Subject: Re: Data transfer very slow when connected via DSL
Next
From: Scott Marlowe
Date:
Subject: Re: Hardware suggestions