Re: infinite blocking statements in 8.2.3

Поиск
Список
Период
Сортировка
От Thomas Markus
Тема Re: infinite blocking statements in 8.2.3
Дата
Msg-id 4639E45B.3030500@proventis.net
обсуждение исходный текст
Ответ на Re: infinite blocking statements in 8.2.3  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-admin
the problem was not the long running statement. that statement has
blocked other connections and i was unable to drop that connection. at
the end all connections where blocked (output in ps: UPDATE waiting ..).
the only solution was to restart the server. After my understanding I
can terminate a connection (produces rollback) always however this
special connection could not not be terminated. Normally I could do
this. I will observe whether the behavior again arise.

Alvaro Herrera schrieb:
> Thomas Markus wrote:
>
>> thanks for your awnsers
>>
>> i cant repeat the problem after increasing autovacuum_naptime to 5min. a
>> vacuumdb -f -a runs over night (and finished :) ) and now that blocking
>> statement finished after some seconds. it seems autovacuum = on is not
>> enough.
>>
>
> Enough for what?  You still haven't said what the problem was.  I am
> unsure if I should be concerned.  It now sounds like ordinary slowness
> caused by table bloat.
>


Вложения

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: infinite blocking statements in 8.2.3
Следующее
От: "Dawid Kuroczko"
Дата:
Сообщение: Tools for PostgreSQL stats monitoring?