Re: locking problems

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: locking problems
Дата
Msg-id 20020319112602.C13958@mail.libertyrms.com
обсуждение исходный текст
Ответ на Re: locking problems  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On Tue, Mar 19, 2002 at 10:55:37AM -0500, Tom Lane wrote:

> AFAIK changing deadlock_timeout cannot introduce or remove deadlock
> failures.  It's purely an efficiency consideration, ie, how much
> time is wasted on useless deadlock checks (useless because they find
> no deadlock condition), vs how soon you find out about it when you
> really do have a deadlock.

Well, that's what I'd have thought, too, except for that last line in
the docs.  I was, however, surprised when the number of deadlock
detections did in fact go down when I increased the timeout.  Since I
wasn't able to figure out what was causing the deadlocks (I had a
couple of guesses, but I was never able to reproduce the problem
consistently), I was also relieved that it helped.

A
--
----
Andrew Sullivan                               87 Mowat Avenue
Liberty RMS                           Toronto, Ontario Canada
<andrew@libertyrms.info>                              M6K 3E3
                                         +1 416 646 3304 x110


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Reference pg_user ?
Следующее
От: Antonio Sergio de Mello e Souza
Дата:
Сообщение: Re: getting trigger to work