Re: Options for more aggressive space reclamation in vacuuming?

Поиск
Список
Период
Сортировка
От Ron
Тема Re: Options for more aggressive space reclamation in vacuuming?
Дата
Msg-id 99a9d881-235c-d997-026f-16dbea570c6e@gmail.com
обсуждение исходный текст
Ответ на Options for more aggressive space reclamation in vacuuming?  (Wells Oliver <wells.oliver@gmail.com>)
Список pgsql-admin
On 5/14/23 12:45, Wells Oliver wrote:
> Noticed over the last few days how much more space VACUUM FULL reclaims 
> (for obvious reasons) and I am wondering if there are any solutions for a 
> more fruitful VACUUM without the locks of FULL?

Another tactic for UPDATE-heavy environments is to reduce the table's 
fillfactor.  As long as an indexed field isn't modified, Postgresql will try 
and use in-place updates of these HOT (Heap Only Tuple) records.



-- 
Born in Arizona, moved to Babylonia.



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

Предыдущее
От: Ron
Дата:
Сообщение: Re: Options for more aggressive space reclamation in vacuuming?
Следующее
От: Paul Smith
Дата:
Сообщение: Re: Options for more aggressive space reclamation in vacuuming?