Re: count on transaction ID

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: count on transaction ID
Дата
Msg-id 4F5DE486020000250004615D@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: count on transaction ID  (ddgs <gsmaths@gmail.com>)
Список pgsql-performance
ddgs <gsmaths@gmail.com> wrote:

> Is it a good starting point to the basic reason of doing vacuum?
> from the manual,
> "PostgreSQL's VACUUM command must be run on a regular basis for
> several reasons:
> To recover disk space occupied by updated or deleted rows.
> To update data statistics used by the PostgreSQL query planner.
> To protect against loss of very old data due to transaction ID
> wraparound.
> "

The entire page from which that quote is pulled makes a good
starting point.  Turning off autovacuum or making it less aggressive
without really understanding everything on that page will generally
result in problems which take far longer to solve than any marginal
savings obtained by making the change.

-Kevin

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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: Advice on Controller card for SAS disks
Следующее
От: Raghavendra
Дата:
Сообщение: Re: Tuning wizard