Re: Vacuuming strategy

Поиск
Список
Период
Сортировка
От Venkata Balaji Nagothi
Тема Re: Vacuuming strategy
Дата
Msg-id CAHBAh5tTnZqbUc7kXcsKW+5FcvUfJ-txMOG_piUJ3hCojQR-3A@mail.gmail.com
обсуждение исходный текст
Ответ на Vacuuming strategy  (Elanchezhiyan Elango <elanelango@gmail.com>)
Список pgsql-general

On Wed, Apr 30, 2014 at 9:59 AM, Elanchezhiyan Elango <elanelango@gmail.com> wrote:
Hi,

I need help on deciding my vacuuming strategy. I need to know if I ever need to do 'vacuum full' for my tables.


Important and critical configuration is "fillfactor".  "fillfactor" will have a greater impact on VACUUMING strategy. It will further help reduce or even remove the dependency on VACUUM FULL.

If possible, please set the fillfactor to an optimal value for Tables and Indexes which are undergoing high DMLs. May be you should start with a value between 50 to 70. 

Only problem is - You will need to do a one-time VACUUM FULL immediately after you change the fillfactor.

Regards,

Venkata Balaji N
Fujitsu Australia

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

Предыдущее
От: Seb
Дата:
Сообщение: Re: break table into portions for writing to separate files
Следующее
От: Prashanth Kumar
Дата:
Сообщение: Revoke Connect