excluding tables from VACUUM ANALYZE

Поиск
Список
Период
Сортировка
От Igor Neyman
Тема excluding tables from VACUUM ANALYZE
Дата
Msg-id F4C27E77F7A33E4CA98C19A9DC6722A203A8FB83@EXCHANGE.corp.perceptron.com
обсуждение исходный текст
Ответы Re: excluding tables from VACUUM ANALYZE  ("Nikolas Everett" <nik9000@gmail.com>)
Re: excluding tables from VACUUM ANALYZE  (David Fetter <david@fetter.org>)
Список pgsql-general
This question didn't get any "traction on "admin" list, so I'll try here: 

I want to analyze the entire database with the exception of several tables. 
When I run "VACUUM ANALYZE" (or "vacuumdb -z") on the database, how can I exclude specific tables from being analyzed?
Is there any place in system dictionary, where the table could be marked , so it's not processed (skipped) by "vacuum analyze"?
 
Igor 

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

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: Schema Upgrade Howto
Следующее
От: "Roberts, Jon"
Дата:
Сообщение: Re: Piping CSV data to psql when executing COPY .. FROM STDIN (Solved)