pg_restore followed by immediate VACUUM ANALYZE

Поиск
Список
Период
Сортировка
От Bryce Nesbitt
Тема pg_restore followed by immediate VACUUM ANALYZE
Дата
Msg-id 4B1491A3.6080602@obviously.com
обсуждение исходный текст
Ответы Re: pg_restore followed by immediate VACUUM ANALYZE  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
I looking at a script that does a pg_restore followed by an immediate 
VACUUM ANALYZE (postgres 8.3).

I'm told that without the VACUUM ANALYZE the database will run slow.  
Does this ring true?
Does pg_restore not update the query planner statistics?


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

Предыдущее
От: Jaime Casanova
Дата:
Сообщение: Re: How to start the "auto_explain" module
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_restore followed by immediate VACUUM ANALYZE