Finetuning Autovacuum

Поиск
Список
Период
Сортировка
От Benjamin Krajmalnik
Тема Finetuning Autovacuum
Дата
Msg-id F4E6A2751A2823418A21D4A160B68988613C60@fletch.stackdump.local
обсуждение исходный текст
Ответы Re: Finetuning Autovacuum
Список pgsql-admin

PostgreSQL 8.4/FreeBSD 7.2 amd64

 

I have a database which has  3 tables which get a very high level of activity (about 40 thousand updates per minute).

The tables are getting quite bloated, since autovacuum is apparently not optimally configured (it is using the default settings).

Anything I do must be such that it will not cause deadlocks, since the effects can be catastrophic with the amount of data being pumped through the system.

 

Initially, I had scheduled tasks through pgagent running a vacuum analyze every 15 minutes, but other posts I have read here have stated this could cause deadlocks, and mentioned running autovacuum is preferable

.

Also, are rows “vacuumed” in the indices made available without having to reindex?  The reason I am asking is because the indices seem to be bloating to a much higher factor than the data table.

 

Thanks in advance

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

Предыдущее
От: Renato Oliveira
Дата:
Сообщение: Re: How can i change the Postgres Database password?
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Finetuning Autovacuum