Re: [HACKERS] MVCC works in serialized mode! - Mailing list pgsql-hackers

From Vadim Mikheev
Subject Re: [HACKERS] MVCC works in serialized mode!
Date
Msg-id 36832514.A9C89B95@krs.ru
Whole thread Raw
In response to RE: [HACKERS] MVCC works in serialized mode!  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Responses RE: [HACKERS] MVCC works in serialized mode!  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] MVCC works in serialized mode!
Next
From: "Hiroshi Inoue"
Date:
Subject: RE: [HACKERS] MVCC works in serialized mode!