Re: Autovacuum of independent tables

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: Autovacuum of independent tables
Дата
Msg-id CAFj8pRD1=CUAhixyP5CGGsc=GOHFWX3oM22WFU6KnH1CAqN2YQ@mail.gmail.com
обсуждение исходный текст
Ответ на Autovacuum of independent tables  (Michael Holzman <michaelholzman@gmail.com>)
Ответы Re: Autovacuum of independent tables  (Michael Holzman <michaelholzman@gmail.com>)
Список pgsql-general
Hi

út 8. 9. 2020 v 9:32 odesílatel Michael Holzman <michaelholzman@gmail.com> napsal:
Hi,

I have two applications A and B. A runs SELECT statements only and only on tableA. B actively updates tableB, A never looks into tableB. B has nothing to do with tableA.

Still, if A is inside a long running transaction, autovacuum does not handle tableB. Why is it so?

autovacuum does cleaning of changes related to finished transactions. It does nothing if possible dead tuples are assigned to open transactions.

Regards

Pavel
 

--
Regards,
    Michael Holzman

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

Предыдущее
От: Michael Holzman
Дата:
Сообщение: Autovacuum of independent tables
Следующее
От: Michael Holzman
Дата:
Сообщение: Re: Autovacuum of independent tables