Re: [HACKERS] MVCC works in serialized mode!

Поиск
Список
Период
Сортировка
От Vadim Mikheev
Тема Re: [HACKERS] MVCC works in serialized mode!
Дата
Msg-id 36832514.A9C89B95@krs.ru
обсуждение исходный текст
Ответ на RE: [HACKERS] MVCC works in serialized mode!  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Ответы RE: [HACKERS] MVCC works in serialized mode!  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Список pgsql-hackers
Hiroshi Inoue wrote:
> 
> >
> > CVS is just updated...
> >
> > Please try concurrent writes/reads...
> >
> 
> I happend to enjoy MVCC a little in (v6.4.1) .
> 
> Readers are never blocked and writers are blocked only by
> same row writers as I expected.
> It's so comfortable.
> 
> But I have a question.
> Once transactions are blocked,it takes so long time to resume
> after blocks were removed.
> Why ?
> Currently blocked transactions resume immediately after blocks
> were removed.

What do you mean?
Example please...

Vadim


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] MVCC works in serialized mode!
Следующее
От: "Hiroshi Inoue"
Дата:
Сообщение: RE: [HACKERS] MVCC works in serialized mode!