best practice to avoid table bloat?

Поиск
Список
Период
Сортировка
От Anibal David Acosta
Тема best practice to avoid table bloat?
Дата
Msg-id 009d01cd7bee$785b1380$69113a80$@devshock.com
обсуждение исходный текст
Ответы Re: best practice to avoid table bloat?  (Andrew Dunstan <andrew@dunslane.net>)
Re: best practice to avoid table bloat?  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Список pgsql-performance

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.

 

Thanks!

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

Предыдущее
От: Strahinja Kustudić
Дата:
Сообщение: Re: Index Bloat Problem
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: best practice to avoid table bloat?