Re: 3-days-long vacuum of 20GB table

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: 3-days-long vacuum of 20GB table
Дата
Msg-id 20080418182422.GA11081@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: 3-days-long vacuum of 20GB table  ("Jeffrey Baker" <jwbaker@gmail.com>)
Список pgsql-performance
Jeffrey Baker escribió:

> That's rather more like it.  I guess I always imagined that VACUUM was
> a sort of linear process, not random, and that it should proceed at
> sequential scan speeds.

It's linear for the table, but there are passes for indexes which are
random in 8.1.  That code was rewritten by Heikki Linnakangas to do
linear passes for indexes in 8.2 AFAIR.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: Message queue table..
Следующее
От: Tom Lane
Дата:
Сообщение: Re: 3-days-long vacuum of 20GB table