Re: First steps with 8.3 and autovacuum launcher

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: First steps with 8.3 and autovacuum launcher
Дата
Msg-id 47050AAA.9050501@enterprisedb.com
обсуждение исходный текст
Ответ на Re: First steps with 8.3 and autovacuum launcher  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-hackers
Gregory Stark wrote:
> "Alvaro Herrera" <alvherre@commandprompt.com> writes:
> 
>> Hmm, it looks like the race condition Heikki mentioned is the culprit.
>> We need a way to stop future analyzes from starting.  Back to the
>> drawing board ...
> 
> A crazy idea I just had -- what if you roll this into the deadlock check? So
> after waiting on the lock for 1s it wakes up, finds that the holder it's
> waiting on is an autovacuum process and cancels it instead of finding no
> deadlock.

Another idea would be to make no changes to the relation_openrv call,
but have autovacuum periodically check if anyone's blocked waiting on
its locks, and commit suicide (or set cost delay to zero) if so.

--  Heikki Linnakangas EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Not *quite* there on ecpg fixes
Следующее
От: "Pavel Stehule"
Дата:
Сообщение: tsearch2 wrapper