Re: TODO item: adding VERBOSE option to CLUSTER [with patch]

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: TODO item: adding VERBOSE option to CLUSTER [with patch]
Дата
Msg-id 48EF6546.4000208@enterprisedb.com
обсуждение исходный текст
Ответ на Re: TODO item: adding VERBOSE option to CLUSTER [with patch]  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Ответы Re: TODO item: adding VERBOSE option to CLUSTER [with patch]  ("Jim Cox" <shakahshakah@gmail.com>)
Список pgsql-hackers
Kevin Grittner wrote:
>>>> "Jim Cox" <shakahshakah@gmail.com> wrote: 
>> if present an INFO message is generated which displays
>> the schema.tblname just before actual clustering is kicked off (see
> example
>> below).
>  
>> postgres=# CLUSTER VERBOSE ;
>> INFO:  clustering "public.my_b"
>> INFO:  clustering "public.my_c"
>> INFO:  clustering "public.my_a"
>> CLUSTER
>  
> Would it make sense to display the pg_total_relation_size before and
> after?

Assuming you run CLUSTER as a replacement for VACUUM FULL, yes. More 
interesting would be a metric of "clusteredness", I think.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: TODO item: adding VERBOSE option to CLUSTER [with patch]
Следующее
От: Mark Mielke
Дата:
Сообщение: Re: patch: Allow the UUID type to accept non-standard formats