Re: double vacuum in initdb

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: double vacuum in initdb
Дата
Msg-id 548A466F.4070202@gmx.net
обсуждение исходный текст
Ответ на Re: double vacuum in initdb  (Kevin Grittner <kgrittn@ymail.com>)
Ответы Re: double vacuum in initdb  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
On 12/11/14 11:44 AM, Kevin Grittner wrote:
> We want to finish with VACUUM FREEZE without the FULL, unless we
> don't care about missing visibility maps and free space maps.

Why would we care, and if we do, why does VACUUM FULL remove them?

You can also run plain VACUUM after FULL to put the maps back.

But the documentation is apparently missing details about this.




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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Proposal : REINDEX SCHEMA
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [Bug] Inconsistent result for inheritance and FOR UPDATE.