Re: long running transactions

Поиск
Список
Период
Сортировка
От Tobias Brox
Тема Re: long running transactions
Дата
Msg-id 20061010184354.GA24098@oppetid.no
обсуждение исходный текст
Ответ на Re: long running transactions  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
[Tom Lane - Tue at 02:26:53PM -0400]
> > autovacuum_vacuum_cost_delay = 500
> > autovacuum_vacuum_cost_limit = 200
>
> Well, that's going to cause it to sleep half a second after every dozen
> or so page I/Os.  I think you'd be well advised to reduce the delay.

Modified it to 20/250, and it definitively helped.  Sorry for the
list verbosity; I should have been able to resolve this myself already
some 2-3 emails ago :-)  I wanted a "soft" introduction of autovac in
production, and assumed that it was better to begin with too much sleep
than too little!  Well, well.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: long running transactions
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Simple join optimized badly?