Re: DeadLocks..., DeadLocks...

Поиск
Список
Период
Сортировка
От Tom Allison
Тема Re: DeadLocks..., DeadLocks...
Дата
Msg-id 4671EF2A.5020708@tacocat.net
обсуждение исходный текст
Ответ на Re: DeadLocks..., DeadLocks...  (Gregory Stark <stark@enterprisedb.com>)
Ответы Re: DeadLocks..., DeadLocks...  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-general
Terry Fielder wrote:
>
> My 2 cents:
>
> I used to get a lot of these sharelock problems.
> Users using different records, but same tables in different order.
> (apparently 7.x was not as good as 8.x at row level locking)
>
> I was advised to upgrade from 7.x to 8.x
> I did, and all those sharelock problems went away.
>

I'm on version 8.2 and not all the problems have gone away.

All I can do right now is just trap the error and retry...
Gets bogged down after a while.  Not sure how much of a limitation the hardware
is but 6 users and I start to run into a deadlock almost every 10 seconds.

I rarely need to go to 6 users, but it's interesting to see what happens when I do.

I'm finding the length of time necessary to wait for a retry can very a lot.

But I'm open to suggestions.

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

Предыдущее
От: Tom Allison
Дата:
Сообщение: Re: DeadLocks..., DeadLocks...
Следующее
От: Terry Fielder
Дата:
Сообщение: Re: DeadLocks..., DeadLocks...