Re: database must be vacuumed with transactions

Поиск
Список
Период
Сортировка
От John Scalia
Тема Re: database must be vacuumed with transactions
Дата
Msg-id CABzCKRAD21ZzrKjpQM6AL0ycjJf5DMyV=1=8f0G8i2OO1RHM5Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: database must be vacuumed with transactions  (Dave Johansen <davejohansen@gmail.com>)
Список pgsql-admin
Logging?

On Thu, Jun 25, 2015 at 11:42 AM, Dave Johansen <davejohansen@gmail.com> wrote:
On Thu, Jun 25, 2015 at 11:38 AM, John Scalia <jayknowsunix@gmail.com> wrote:
The pg_stat_activity table will show you which processes are doing what, and you'll be able to see their process ID from the O/S. That might help you.

Yes, but I need to see which process ID is doing a TON of small transactions which is causing the XID to increment at an unexpectedly high rate and so my question is "if there's a way for me to get the XID for every connection/query?".

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

Предыдущее
От: Dave Johansen
Дата:
Сообщение: Re: database must be vacuumed with transactions
Следующее
От: Keith
Дата:
Сообщение: Re: database must be vacuumed with transactions