Re: Server stops responding in every week

Поиск
Список
Период
Сортировка
От Bill Moran
Тема Re: Server stops responding in every week
Дата
Msg-id 20110121102659.9c0815cd.wmoran@potentialtech.com
обсуждение исходный текст
Ответ на Server stops responding in every week  ("Andrus" <kobruleht2@hot.ee>)
Список pgsql-general
In response to "Andrus" <kobruleht2@hot.ee>:

> PostgreSQL 9.0.1, compiled by Visual C++ build 1500, 64-bit
> is installed in Windows 2008 server and servers 23 users in LAN 10 hours per
> work day.
>
> Approx once per week server stops responding: Users are waiting 4 minutes
> for query to complete but nothing happens.
>
> If postgres service is re-started in Windows Control panel, it continues
> working for a week and same issue appears again.
> Server and windows event log does not contian any information about issue.
>
>
> How to fix of diagnose it ?

SELECT * FROM pg_locks;

If there are exclusive locks being held by some process that kicks off
once a week, it could block anything else from occurring.

--
Bill Moran
http://www.potentialtech.com
http://people.collaborativefusion.com/~wmoran/

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

Предыдущее
От: Andy Colson
Дата:
Сообщение: Re: Server stops responding in every week
Следующее
От: "Andrus"
Дата:
Сообщение: Re: Server stops responding in every week