Re: pg_autovacuum w/ dbt2

Поиск
Список
Период
Сортировка
От Matthew T. O'Connor
Тема Re: pg_autovacuum w/ dbt2
Дата
Msg-id 41C8B6DC.5060502@zeut.net
обсуждение исходный текст
Ответ на Re: pg_autovacuum w/ dbt2  (Mark Wong <markw@osdl.org>)
Список pgsql-hackers
Mark Wong wrote:

>The overall throughput is better for a run like this:
>    http://www.osdl.org/projects/dbt2dev/results/dev4-010/207/
>
>A drop from 3865 to 2679 (31%) by just adding pg_autovacuum.  That's
>what I meant by "not good". :)
>  
>
I would agree that is "not good" :-)  It sounds like pg_autovacuum is 
being to aggressive for this type of load, that is vacuuming more often 
than needed, however the lazy vacuum options were added so as to reduce 
the performance impact of running a vacuum while doing other things, so, 
I would recommend both higher autovacuum thresholds and trying out some 
of the lazy vacuum settings. 

>I'll start with the additional debug messages, with 8.0rc2, before
>I start changing the other settings, if that sounds good.
>

Sounds fine.  From Tom Lane's response, we have a backend bug that needs 
to be resolved and I think that is the priority.




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

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: rc2 bundled
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Bgwriter behavior