Re: Slow response of PostgreSQL

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Slow response of PostgreSQL
Дата
Msg-id 4032C4C8.2090200@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: Slow response of PostgreSQL  (Bill Moran <wmoran@potentialtech.com>)
Ответы Re: Slow response of PostgreSQL  ("scott.marlowe" <scott.marlowe@ihs.com>)
Список pgsql-performance
>>> 1- How can I lock a single record so that other users can only read
>>> it. ??
>>
>>
>> You cannot do that in PostgreSQL.
>
>
> How about SELECT ... FOR UPDATE?

No, because users cannot read the locked row in that case.

Chris


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: long running query running too long
Следующее
От: "scott.marlowe"
Дата:
Сообщение: Re: Slow response of PostgreSQL