Re: strange behavior (corruption?) of large production database

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: strange behavior (corruption?) of large production database
Дата
Msg-id 10244.1133570835@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: strange behavior (corruption?) of large production  (Joe Conway <mail@joeconway.com>)
Ответы Re: strange behavior (corruption?) of large production  (Joe Conway <mail@joeconway.com>)
Список pgsql-hackers
Joe Conway <mail@joeconway.com> writes:
> Since this database has many large, but static tables (i.e. new data is 
> loaded each day, but the tables are partitioned into year-month tables), 
> I'm thinking we can run VACUUM FREEZE on the whole database once, and 
> then run VACUUM FREEZE periodically on just the tables that have had 
> rows added since the last time -- is that correct?

That would work for the user tables, but the lesson to draw from this is
not to forget about the system catalogs ...
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Optimizer oddness, possibly compounded in 8.1
Следующее
От: Joe Conway
Дата:
Сообщение: Re: strange behavior (corruption?) of large production