Re: best practice to avoid table bloat?

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: best practice to avoid table bloat?
Дата
Msg-id 502D5C9D.4020502@dunslane.net
обсуждение исходный текст
Ответ на best practice to avoid table bloat?  ("Anibal David Acosta" <aa@devshock.com>)
Список pgsql-performance
On 08/16/2012 04:33 PM, Anibal David Acosta wrote:
>
> Hi,
>
> if I have a table that daily at night is deleted about 8 millions of
> rows (table maybe has 9 millions) is recommended to do a vacuum
> analyze after delete completes or can I leave this job to autovacuum?
>
> This table is very active during the day but less active during night
>
> I think that the only only thing where Postgres is weak, is in this
> area (table and index bloat).
>
> For some reason for the same amount of data every day postgres consume
> a little more.
>
>


Check out pg_reorg.

cheers

andrew


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

Предыдущее
От: "Anibal David Acosta"
Дата:
Сообщение: best practice to avoid table bloat?
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: best practice to avoid table bloat?