How to kill process "idle in transaction"

Поиск
Список
Период
Сортировка
От Patrick De Zlio
Тема How to kill process "idle in transaction"
Дата
Msg-id 58729a240710300145m4457f63euc15007893e8a805c@mail.gmail.com
обсуждение исходный текст
Ответы Re: How to kill process "idle in transaction"  (Achilleas Mantzios <achill@matrix.gatewaynet.com>)
Список pgsql-admin
Hi,

We are running PostgreSQL 8.2.4 with quite highly updated millions rows tables.

It comes sometimes to get some "idle in transaction" processes, which doesn't have first really viewable effect out of giving very bad estimated numbers for pgclass.reltuples and, if we let them run as it is, block the autovacuum from releasing rows, and after few days some worse problems.

Now we are able to detect these "idle in transaction" processes, but what to do with them ?

What to do to avoid such situation? How to find the bad request which put the process in this state? From the time it is idle in transaction, we can't see the query in the pg_lock table anymore.

How to deal with such process when it is already idle in transaction? can we simply kill it? It is a backend from pgpool. Can we simply restart it (how) without restarting all the database?

Thanks for help

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

Предыдущее
От: "Phillip Smith"
Дата:
Сообщение: Re: High system CPU usage during query run
Следующее
От: Achilleas Mantzios
Дата:
Сообщение: Re: How to kill process "idle in transaction"