Re: Slow response of PostgreSQL

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Slow response of PostgreSQL
Дата
Msg-id 4032EFA7.2040106@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: Slow response of PostgreSQL  ("scott.marlowe" <scott.marlowe@ihs.com>)
Список pgsql-performance
>>>How about SELECT ... FOR UPDATE?
>>
>>No, because users cannot read the locked row in that case.
>
>
> I just tested it (within transactions) and it appeared that I could still
> view the rows selected for update.

Ah, true.  My mistake.  OK, well you can do it in postgres then...

Chris


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

Предыдущее
От: Bill Moran
Дата:
Сообщение: Re: Slow response of PostgreSQL
Следующее
От: Kevin Brown
Дата:
Сообщение: Re: UPDATE with subquery too slow