Re: New VACUUM FULL

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: New VACUUM FULL
Дата
Msg-id 1264860340.13782.2497.camel@ebony
обсуждение исходный текст
Ответ на Re: New VACUUM FULL  (Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp>)
Ответы Re: New VACUUM FULL
Список pgsql-hackers
On Wed, 2010-01-06 at 14:41 +0900, Takahiro Itagaki wrote:

> I just applied the patch with a few additional comments.

I just realised that this new feature *removes* any clustering that was
previously defined on a table. Many people would see that as a bug and
would say that VACUUM FULL should retain the existing clustering, if any
exists. Can't remember if that was discussed already?

ISTM that it will be slower if we do that, so it should be either an
option or just documented as the new behaviour.

-- Simon Riggs           www.2ndQuadrant.com



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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: PG 9.0 and standard_conforming_strings
Следующее
От: Tim Bunce
Дата:
Сообщение: Re: Add on_perl_init and proper destruction to plperl UPDATE v3 [PATCH]