Re: [HACKERS] please?

Поиск
Список
Период
Сортировка
От Theo Kramer
Тема Re: [HACKERS] please?
Дата
Msg-id 3752EA9A.C719EDFE@flame.co.za
обсуждение исходный текст
Ответ на Re: [HACKERS] please?  (Bruce Momjian <maillist@candle.pha.pa.us>)
Ответы Re: [HACKERS] please?  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian wrote:
> 
> > > > > Oracle OCI has oopt() and Informix Online has dirty read that do the trick for
> > > > > me.
> > > > > --------
> > > >
> > > > Please give me more information.  How does dirty read fix the problem?
> > >
> > > It allows me to read uncommited records without blocking.
> >
> > I suppose it somehow lets you know whether the read was dirty or
> > clean...
> 
> Not that I am aware of.  Never heard that of Informix.

I also cheat. I use a 3 buffer approach, compare fields and see if a record
has
changed before I do an update.
--------
Regards
Theo


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: s_lock_stuck (was Problems w/ LO)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Backend sent 0x45 type while idle