Re: Deadlock

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Deadlock
Дата
Msg-id 20021004202810.A45159-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Deadlock  ("Nikhil G. Daddikar" <ngd@celoxis.com>)
Список pgsql-general
On Sat, 5 Oct 2002, Nikhil G. Daddikar wrote:

> Yes. Also, I have about 65 tables and i never get a deadlock anywhere
> else, just here. However, this tables is accessed for almost all
> operation (read-mode) since all pages require security checks.

Hmm, you might want to turn on query logging if you haven't and see
what else is going on the system.  My first guess would be that the
overly strong fk locking is causing you trouble, perhaps there's
something that's waiting on a previous update you've done in that sessions
that's holding a lock the check wants to get.


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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Re: Boolean output format
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Boolean output format