Re: Cluster and vacuum performance

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Cluster and vacuum performance
Дата
Msg-id 29780.1078875052@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Cluster and vacuum performance  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: Cluster and vacuum performance
Список pgsql-performance
Josh Berkus <josh@agliodbs.com> writes:
>> INFO:  vacuuming "public.forecastelement"
>> INFO:  "forecastelement": found 93351479 removable, 219177133 nonremovable

> The high number of nonremovable above probably indicates that you have a
> transaction being held open which prevents VACUUM from being effective.

You misread it --- "nonremovable" doesn't mean "dead but not removable",
it just means "not removable".  Actually the next line of his log showed
there were zero nonremovable dead tuples, so he's not got any
open-transaction problem.

            regards, tom lane

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

Предыдущее
От: "Gavin M. Roy"
Дата:
Сообщение: Re: [ADMIN] syslog slowing the database?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Cluster and vacuum performance