Re: 7.3.1 takes long time to vacuum table?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 7.3.1 takes long time to vacuum table?
Дата
Msg-id 16814.1045712265@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: 7.3.1 takes long time to vacuum table?  ("Mark Cave-Ayland" <m.cave-ayland@webbased.co.uk>)
Ответы Re: 7.3.1 takes long time to vacuum table?
Список pgsql-general
Martijn van Oosterhout <kleptog@svana.org> writes:
> You could do the jump-back-in-blocks only if more than 30% of the table is
> empty and table is over 1GB. For the example here, a simple defragging
> algorithm would suffice; start at beginning and pack each tuple into the
> beginning of the file. It will move *every* tuple but it's more cache
> friendly. It's pretty extreme though.

And your evidence that it will actually be faster is ... ?

            regards, tom lane

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

Предыдущее
От: Eric B.Ridge
Дата:
Сообщение: REWRITE_INVOKE_MAX and "query may contain cycles"
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Should this scare me?