Re: Query performance inconsistant.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Query performance inconsistant.
Дата
Msg-id 23189.1157053878@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Query performance inconsistant.  (Jeff Davis <pgsql@j-davis.com>)
Ответы Re: Query performance inconsistant.
Список pgsql-general
Jeff Davis <pgsql@j-davis.com> writes:
> From what you described, I would not expect many locking problems. Are
> there any other types of queries you run that may cause a lock?

Row locks (SELECT FOR UPDATE/SHARE) are a possible problem, particularly
if this is a pre-8.1 Postgres where exclusive row locks were used for
foreign key constraints.

            regards, tom lane

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

Предыдущее
От: Matthew Schumacher
Дата:
Сообщение: Re: Query performance inconsistant.
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: postgres array quoting