Re: pg_connect takes 3.0 seconds

Поиск
Список
Период
Сортировка
От Dave Crooke
Тема Re: pg_connect takes 3.0 seconds
Дата
Msg-id ca24673e1001060904wab83fe0ne7277daf02b1080@mail.gmail.com
обсуждение исходный текст
Ответ на pg_connect takes 3.0 seconds  (Dmitri Girski <mitek17@gmail.com>)
Ответы Re: pg_connect takes 3.0 seconds  (Craig James <craig_james@emolecules.com>)
Список pgsql-performance
The fact that the delays are clustered at (3 + 0.2 n) seconds, rather than a distributed range, strongly indicates a timeout and not (directly) a resource issue.

3 seconds is too fast for a timeout on almost any DNS operation, unless it has been modified, so I'd suspect it's the TCP layer, e.g. perhaps the SYN packet goes awol and it has to retry.

I'd second the vote for investigation with a packet sniffing tool (Wireshark, tcpdump, etc)

Cheers
Dave

On Mon, Jan 4, 2010 at 8:12 PM, Dmitri Girski <mitek17@gmail.com> wrote:
Hi everybody,

I am running a PostgreSQL server 8.3.5 with a pretty much standard config.

The web application server which runs Apache 1.3/PHP2.9  has an intermittent problem:
pg_connect takes exactly 3.0 seconds. The usual connection time is 0.0045.
The long request happens at approximate rate 1:100.

I turned on logs on postgres server side, and there is nothing suspicious for me there. When a connection request comes, it is being served without any delay. 

Could anyone point me to the direction in which I should investigate this problem further?
Thank you in advance!


PS The hardware is: Dell SC1435/4Gb/2x2.0GHz/Gentoo Linux.
The database & web servers are in the 2 local subnets. 


Dmitri.


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: pg_connect takes 3.0 seconds
Следующее
От: Craig James
Дата:
Сообщение: Re: pg_connect takes 3.0 seconds