Re: long running transactions

Поиск
Список
Период
Сортировка
От Tobias Brox
Тема Re: long running transactions
Дата
Msg-id 20061010163913.GA8097@oppetid.no
обсуждение исходный текст
Ответ на Re: long running transactions  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: long running transactions
Список pgsql-performance
[Tom Lane - Tue at 12:23:40PM -0400]
> Look in pg_locks to see the lowest-numbered transaction ID --- each
> transaction will be holding exclusive lock on its own XID.  You can
> correlate that back to pg_stat_activity via the PID.

Thanks a lot for the quick reply - I've already identified one
long-running transaction.

(I'm not allowed to order by xid, and not allowed to cast it to
anything, how come?)


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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: Simple join optimized badly?
Следующее
От: Tobias Brox
Дата:
Сообщение: Re: long running transactions