Re: Lock problem with autovacuum truncating heap

Поиск
Список
Период
Сортировка
От Jan Wieck
Тема Re: Lock problem with autovacuum truncating heap
Дата
Msg-id 4D8F8F11.6060309@Yahoo.com
обсуждение исходный текст
Ответ на Re: Lock problem with autovacuum truncating heap  (Simon Riggs <simon@2ndQuadrant.com>)
Ответы Re: Lock problem with autovacuum truncating heap  (Greg Stark <gsstark@mit.edu>)
Re: Lock problem with autovacuum truncating heap  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On 3/27/2011 1:24 PM, Simon Riggs wrote:
> So we should truncate in 16MB chunks also.

On a second though, fiddling with the scan direction is probably too 
much of a change for back releases anyway. That 8.3/8.4 can get into a 
situation, where autovacuum causes a 12 minute freeze of a production 
server could be argued as a bug. Likewise that 9.0 will never succeed to 
truncate but cause a 1 second hiccup every two minutes.

Since we are talking about stable releases, I think just releasing and 
reacquiring the exclusive lock is enough. We can then try to further 
improve things for future releases.


Jan

-- 
Anyone who trades liberty for security deserves neither
liberty nor security. -- Benjamin Franklin


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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: Performance Farm Release
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: SSI bug?