Re: When do vacuumed pages/tuples become available for reuse?

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: When do vacuumed pages/tuples become available for reuse?
Дата
Msg-id 20190412040727.GH2144@paquier.xyz
обсуждение исходный текст
Ответ на Re: When do vacuumed pages/tuples become available for reuse?  (Michael Lewis <mlewis@entrata.com>)
Список pgsql-general
On Thu, Apr 11, 2019 at 11:13:17AM -0600, Michael Lewis wrote:
> Wouldn't "dead but not yet removable" be high if there were long running
> transactions holding onto old row versions?

You got it right.  You need to look at the number behind the tuples
dead, but not removable which is usually a pattern caused by long
running transactions holding snapshot references which prevents
autovacuum and/or vacuum to do their homework.
--
Michael

Вложения

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

Предыдущее
От: Ron
Дата:
Сообщение: Re: Trigger when user logs in
Следующее
От: Michael Lewis
Дата:
Сообщение: Re: When do vacuumed pages/tuples become available for reuse?