can we add SKIP LOCKED to UPDATE?

Поиск
Список
Период
Сортировка
От 德哥
Тема can we add SKIP LOCKED to UPDATE?
Дата
Msg-id 68135042.7944.150ea9df17e.Coremail.digoal@126.com
обсуждение исходный текст
Ответы Re: can we add SKIP LOCKED to UPDATE?
Список pgsql-hackers

HI, 
   PostgreSQL 9.5 added skip locked to select for update to improve concurrency performance, but why not add it to update sql?
   this is an application case, some body will update a tuple at the same time, so the RT for waiter is big, I use function and select for update nowait or advisory lock , can improve concurrency , but it's not very pure for developer.

--
公益是一辈子的事,I'm Digoal,Just Do It.

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: [PATCH] Refactoring of LWLock tranches
Следующее
От: Torsten Zuehlsdorff
Дата:
Сообщение: Re: Extracting fields from 'infinity'::TIMESTAMP[TZ]