Re: pg_xlog is getting bigger

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_xlog is getting bigger
Дата
Msg-id 25511.1355962323@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pg_xlog is getting bigger  (Adrian Klaver <adrian.klaver@gmail.com>)
Ответы Re: pg_xlog is getting bigger
Список pgsql-general
Adrian Klaver <adrian.klaver@gmail.com> writes:
> Well the question is how long have those idle transactions been around?

Idle transactions shouldn't have anything to do with pg_xlog bloat.
What causes xlog bloat is inability to release old WAL because either
(a) we're not able to complete checkpoints, or (b) WAL archiving is
enabled but malfunctioning, and the old WAL segments are being kept
pending successful archiving.

Either (a) or (b) should result in bleating in the postmaster log.

            regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: cannot load server.crt
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: pg_xlog is getting bigger