Re: [HACKERS] please? (non blocking lock)
От
ZEUGSWETTER Andreas IZ5
Тема
Re: [HACKERS] please? (non blocking lock)
Дата
Msg-id
219F68D65015D011A8E000006F8590C60267B383@sdexcsrv1.f000.d0188.sd.spardat.at
Список
Дерево обсуждения
Re: [HACKERS] please? (non blocking lock) ZEUGSWETTER Andreas IZ5 <Andreas.Zeugswetter@telecom.at>
Re: [HACKERS] please? (non blocking lock) Bruce Momjian <maillist@candle.pha.pa.us>
> I don't know of any SQL databases that allow non-blocking lock requests. > Informix has all kinds of non blocking locks:return "record locked" at oncereturn "record locked" after a specified timeoutwait for the lock indefinitely To supply this behavior it has the following statements:set lock mode to not wait; -- return immediately with error -- if record already lockedset lock mode to wait 10; -- wait at max 10 secondsset lock mode to wait; -- wait indefinitely Dirty read isolation has actually nothing to do with the wanted feature. Andreas
В списке pgsql-hackers по дате отправления