Re: pg_stats how-to?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_stats how-to?
Дата
Msg-id 1623.1179188449@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pg_stats how-to?  ("Y Sidhu" <ysidhu@gmail.com>)
Ответы Re: pg_stats how-to?
Список pgsql-performance
"Y Sidhu" <ysidhu@gmail.com> writes:
> it may be table fragmentation. What kind of tables? We have 2 of them which
> experience lots of adds and deletes only. No updates. So a typical day
> experiences record adds a few dozen times on the order of 2.5 million. And
> deletes once daily. Each of these tables has about 3 btree indexes.

With an arrangement like that you should vacuum once daily, shortly
after the deletes --- there's really no point in doing it on any other
schedule.  Note "shortly" not "immediately" --- you want to be sure that
any transactions old enough to see the deleted rows have ended.

            regards, tom lane

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

Предыдущее
От: "Y Sidhu"
Дата:
Сообщение: Re: pg_stats how-to?
Следующее
От: Tarhon-Onu Victor
Дата:
Сообщение: Re: 500 requests per second