Re: [GENERAL] Modified rows are not marked as dead and as such vacuum is unable to clean them up

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [GENERAL] Modified rows are not marked as dead and as such vacuum is unable to clean them up
Дата
Msg-id 30918.1499376325@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [GENERAL] Modified rows are not marked as dead and as such vacuum is unable toclean them up  (Tamás András Kálmán <hello@tamaskalman.com>)
Ответы Re: [GENERAL] Modified rows are not marked as dead and as such vacuumis unable to clean them up
Список pgsql-general
=?UTF-8?B?VGFtw6FzIEFuZHLDoXMgS8OhbG3DoW4=?= <hello@tamaskalman.com> writes:
> we have a PostgreSQL 9.3.4 database with multiple large tables, that keep
> growing.
> Looking at the pg_stat of  the front runner table that is currently about 1
> Gb  big, it seems, that stale row data is not marked as dead after updates,

Have you checked for uncommitted prepared transactions?
If "select * from pg_prepared_xacts" finds anything, that's
probably your problem.

            regards, tom lane


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

Предыдущее
От: Tamás András Kálmán
Дата:
Сообщение: [GENERAL] Modified rows are not marked as dead and as such vacuum is unable toclean them up
Следующее
От: "David G. Johnston"
Дата:
Сообщение: [GENERAL] psql doesn't pass on exported shell environment functions