Re: Occasional giant spikes in CPU load

Поиск
Список
Период
Сортировка
От Greg Smith
Тема Re: Occasional giant spikes in CPU load
Дата
Msg-id 4C24DF75.4060502@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: Occasional giant spikes in CPU load  (Craig James <craig_james@emolecules.com>)
Список pgsql-performance
Craig James wrote:
> if I upgrade a bloated database using the upgrade-in-place feature,
> will 8.4.4 recover the bloat and return it to the OS, or do I still
> have to recover the space manually (like vacuum-full/reindex, or
> cluster, or copy/drop a table)?

There's no way for an upgrade in place to do anything about bloat.  The
changes in 8.4 reduce the potential sources for new bloat (like running
out of a FSM pages), and the overhead of running VACUUM drops some due
to things like the "Partial VACUUM" changes.  But existing bloated
tables and indexes are moved forward to the new version without any change.

--
Greg Smith  2ndQuadrant US  Baltimore, MD
PostgreSQL Training, Services and Support
greg@2ndQuadrant.com   www.2ndQuadrant.us


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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: sudden spurt in swap utilization (was:cpu bound postgresql setup.)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Occasional giant spikes in CPU load