Re: Help tuning autovacuum - seeing lots of relationbloat

Поиск
Список
Период
Сортировка
От Markus Schaber
Тема Re: Help tuning autovacuum - seeing lots of relationbloat
Дата
Msg-id 449BDF5D.3060109@logix-tt.com
обсуждение исходный текст
Ответ на Re: Help tuning autovacuum - seeing lots of relationbloat  (Csaba Nagy <nagy@ecircle-ag.com>)
Список pgsql-performance
Hi, Csaba,

Csaba Nagy wrote:

> Well, your application might be completely well behaved and still your
> DBA (or your favorite DB access tool for that matter) can leave open
> transactions in an interactive session. It never hurts to check if you
> actually have "idle in transaction" sessions. It happened a few times to
> us, some of those were bad coding on ad-hoc tools written by us, others
> were badly behaved DB access tools opening a transaction immediately
> after connect and after each successful command, effectively leaving an
> open transaction when leaving it open while having lunch...

Some older JDBC driver versions had the bug that they always had an open
transaction, thus an application server having some pooled connections
lingering around could block vacuum forever.

Markus
--
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf.     | Software Development GIS

Fight against software patents in EU! www.ffii.org www.nosoftwarepatents.org

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

Предыдущее
От: Markus Schaber
Дата:
Сообщение: Re: SAN performance mystery
Следующее
От: Markus Schaber
Дата:
Сообщение: Re: Help tuning autovacuum - seeing lots of relationbloat