Re: autovacuum locking question

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: autovacuum locking question
Дата
Msg-id 16365.1575652765@sss.pgh.pa.us
обсуждение исходный текст
Ответ на RE: autovacuum locking question  (Mike Schanne <mschanne@kns.com>)
Список pgsql-performance
Mike Schanne <mschanne@kns.com> writes:
> The error is not actually showing up very often (I have 8 occurrences from 11/29 and none since then).  So maybe I
shouldnot be concerned about it.  I suspect we have an I/O bottleneck from other logs (i.e. long checkpoint sync
times),so this error may be a symptom rather than the cause. 

Well, it's also an inherently non-repeating problem: once some iteration
of autovacuum has managed to truncate away the large amount of trailing
dead space that the file presumably had, later runs won't need to do
that.

Of course, if you have a usage pattern that repeatedly bloats the table
with lots of stuff-to-be-vacuumed, the issue could recur that way.

            regards, tom lane



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

Предыдущее
От: Mike Schanne
Дата:
Сообщение: unexpected result for wastedbytes query after vacuum full
Следующее
От: Jeff Janes
Дата:
Сообщение: Re: autovacuum locking question