Re: Determining last auto vacuum / analyze

Поиск
Список
Период
Сортировка
От Jeff Janes
Тема Re: Determining last auto vacuum / analyze
Дата
Msg-id CAMkU=1wxX6++g-AiZip8o9ynPo0PPa=kOC2mXkDm2iCvK-kPaA@mail.gmail.com
обсуждение исходный текст
Ответ на Determining last auto vacuum / analyze  (François Beausoleil <francois@teksol.info>)
Список pgsql-general
On Thu, Feb 21, 2013 at 8:52 AM, Fran=E7ois Beausoleil <francois@teksol.inf=
o>
wrote:


> The application is on-line analytics with long reporting queries. 3/hour
I import new data. Once a day, I rollup the raw values into summary tables
and run reports on the summary values. One of the steps in each of the
import and summary scripts is to ANALYZE the tables (not VACUUM, plain
ANALYZE).


If you run ANALYZE manually, and then the data doesn't change much after
that, then there is no reason for the tables to be autoanalyzed.

Cheers,

Jeff

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

Предыдущее
От: bricklen
Дата:
Сообщение: View to show privileges on views/tables/sequences/foreign tables
Следующее
От: "James B. Byrne"
Дата:
Сообщение: Re: Need help extripating plpgsql