Re: Dead rows not getting removed during vacuum

Поиск
Список
Период
Сортировка
От Haribabu Kommi
Тема Re: Dead rows not getting removed during vacuum
Дата
Msg-id CAJrrPGfXyFi7bQMC7tzW=akhnH3dgme-8xRFF9QG0iSbz8Dmyw@mail.gmail.com
обсуждение исходный текст
Ответ на Dead rows not getting removed during vacuum  (Granthana Biswas <granthana@zedo.com>)
Список pgsql-general
On Thu, Mar 20, 2014 at 11:27 PM, Granthana Biswas <granthana@zedo.com> wrote:
> Hello All,
>
> Has anyone ever faced the issue of dead rows not getting removed during
> vacuum even if there are no open transactions/connections?
>
> We have been facing this during every scheduled vacuum which is done after
> closing all other database connections:
>
> 119278 dead row versions cannot be removed yet.

These are the dead tuples which occurred after the vacuum operation is
started. These tuples may be visible to the other transactions,
because of this reason It cannot remove these tuples in this vacuum
scan. In the next vacuum these will be cleaned. You can observe the
same in the next vacuum.

Regards,
Hari Babu
Fujitsu Australia


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

Предыдущее
От: Sergey Konoplev
Дата:
Сообщение: Re: Dead rows not getting removed during vacuum
Следующее
От: Venkata Balaji Nagothi
Дата:
Сообщение: Re: Hot standby read slaves exceed max delay on WAL segment. Replication lag.