Re: Cluster and vacuum performance

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Cluster and vacuum performance
Дата
Msg-id 200403091420.53924.josh@agliodbs.com
обсуждение исходный текст
Ответ на Cluster and vacuum performance  ("Shea,Dan [CIS]" <Dan.Shea@ec.gc.ca>)
Ответы Re: Cluster and vacuum performance  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
Dan,

> 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.
Look for long-hung processes and/or transaction management errors in your
client code.

--
-Josh Berkus
 Aglio Database Solutions
 San Francisco


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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: syslog slowing the database?
Следующее
От: Aaron W
Дата:
Сообщение: Re: Scaling further up