Re: Table locking problems?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Table locking problems?
Дата
Msg-id 18199.1123614486@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Table locking problems?  ("Joshua D. Drake" <jd@commandprompt.com>)
Ответы Re: Table locking problems?  (Dan Harris <fbsd@drivefaster.net>)
Список pgsql-performance
"Joshua D. Drake" <jd@commandprompt.com> writes:
> My experience is that when this type of thing happens it is typically
> specific queries that cause the problem. If you turn on statement
> logging you can get the exact queries and debug from there.

> Here are some things to look for:

> Is it a large table (and thus large indexes) that it is updating?
> Is the query using indexes?
> Is the query modifying ALOT of rows?

Another thing to look at is foreign keys.  Dan could be running into
problems with an update on one side of an FK being blocked by locks
on the associated rows on the other side.

            regards, tom lane

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

Предыдущее
От: Steve Poe
Дата:
Сообщение: Re: Table locking problems?
Следующее
От: Dan Harris
Дата:
Сообщение: Re: Table locking problems?