Re: Data transfer very slow when connected via DSL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Data transfer very slow when connected via DSL
Дата
Msg-id 10461.1182477071@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Data transfer very slow when connected via DSL  (Rainer Bauer <usenet@munnin.com>)
Ответы Re: Data transfer very slow when connected via DSL  (Dimitri <dimitrik.fr@gmail.com>)
Список pgsql-performance
Rainer Bauer <usenet@munnin.com> writes:
> 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.

Hm, but surely you can get it to fetch more than one row at once?

This previous post says that someone else solved an ODBC
performance problem with UseDeclareFetch=1:
http://archives.postgresql.org/pgsql-odbc/2006-08/msg00014.php

It's not immediately clear why pgAdmin would have the same issue,
though, because AFAIK it doesn't rely on ODBC.

I just finished looking through our archives for info about
Windows-specific network performance problems.  There are quite a few
threads, but the ones that were solved seem not to bear on your problem
(unless the one above does).  I found one pretty interesting thread
suggesting that the problem was buffer-size dependent:
http://archives.postgresql.org/pgsql-performance/2006-12/msg00269.php
but that tailed off with no clear resolution.  I think we're going to
have to get someone to watch the problem with a packet sniffer before
we can get much further.

            regards, tom lane

В списке pgsql-performance по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: PITR Backups
Следующее
От: Toru SHIMOGAKI
Дата:
Сообщение: Re: PITR Backups