Re: pg_dump ANALYZE statements

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: pg_dump ANALYZE statements
Дата
Msg-id 87k5zff482.fsf@stark.xeocode.com
обсуждение исходный текст
Ответ на pg_dump ANALYZE statements  ("Simon Riggs" <simon@2ndquadrant.com>)
Список pgsql-hackers
"Simon Riggs" <simon@2ndquadrant.com> writes:

> There doesn't seem to be any reason to skip the ANALYZE, but I'll
> implement it as an option. 
> -z on | off 
> --analyze=on | off

Only an aesthetic comment: 

Short options don't usually take on/off arguments, I would suggest making the
default be to analyze and make -z and --analyze=off disable the analyze.

You might also consider having a --analyze=verbose and perhaps a
--analyze=full though currently that would require doing vacuum analyze.

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com


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

Предыдущее
От: Stefan Kaltenbrunner
Дата:
Сообщение: Re: pg_dump ANALYZE statements
Следующее
От: "Simon Riggs"
Дата:
Сообщение: Re: savepoint improvements