Re: autovacuum next steps, take 2

Поиск
Список
Период
Сортировка
От Matthew T. O'Connor
Тема Re: autovacuum next steps, take 2
Дата
Msg-id 45E3C839.3000105@zeut.net
обсуждение исходный текст
Ответ на Re: autovacuum next steps, take 2  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: autovacuum next steps, take 2
Список pgsql-hackers
Tom Lane wrote:
> "Jim C. Nasby" <jim@nasby.net> writes:
>> The proposal to save enough state to be able to resume a vacuum at
>> pretty much any point in it's cycle might work; we'd have to benchmark
>> it.  With the default maintenance_work_mem of 128M it would mean writing
>> out 64M of state every minute on average, which is likely to take
>> several seconds to fsync (though, maybe we wouldn't need to fsync it...)
> 
> Which is exactly why we needn't bother benchmarking it.  Even if it
> weren't complex and unsafe, it will be a net loss when you consider the
> fact that it adds I/O instead of removing it.

I'm not sure what you are saying here, are you now saying that partial 
vacuum won't work for autovac?  Or are you saying that saving state as 
Jim is describing above won't work?


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

Предыдущее
От: "Matthew T. O'Connor"
Дата:
Сообщение: Re: autovacuum next steps, take 2
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Dead Space Map version 2