Re: BUG #14452: Unexpected transaction behaviour

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: BUG #14452: Unexpected transaction behaviour
Дата
Msg-id 7ff1a524-c292-eda3-6bd3-7d3c5976b419@hogranch.com
обсуждение исходный текст
Ответ на BUG #14452: Unexpected transaction behaviour  (rjsdg@sapo.pt)
Список pgsql-bugs
On 12/6/2016 6:46 PM, rjsdg@sapo.pt wrote:
> The system normal throughput is about 110 transactions/min constantly
> without degradation. Recently a new Java module of the application was
> installed and when the app startups the system throughput starts to degrade
> to the point that reaches 50 transactions/min, it’s not an immediate
> downfall in the throughput but it looses like 5 to 10 transactions per
> minute until it reaches 50 transactions per minute. At this point if we
> terminate the only existing backend pid of the new Java module (that is in
> “idle in transaction” with a backend_xmin value) immediatly in the next
> minute the throughput rises again to 110 transactions/min.

'idle in transaction' for more than a short amount of time is bad news,
it blocks all maintenance activity like vacuuming, and causes frequently
updated tables and indexes to bloat badly.


--
john r pierce, recycling bits in santa cruz

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

Предыдущее
От: rjsdg@sapo.pt
Дата:
Сообщение: BUG #14452: Unexpected transaction behaviour
Следующее
От: akshay.ballarpure@tcs.com
Дата:
Сообщение: BUG #14453: Growing file descriptors on IDLE connections