RE: [HACKERS] MVCC works in serialized mode!

Hiroshi Inoue <inoue@tpf.co.jp>

From: "Hiroshi Inoue" <Inoue@tpf.co.jp>
To: "Vadim Mikheev" <vadim@krs.ru>, <hackers@postgreSQL.org>
Date: 1998-12-25T04:04:38Z
Lists: pgsql-hackers
Hi all,

> -----Original Message-----
> From: owner-pgsql-hackers@postgreSQL.org
> [mailto:owner-pgsql-hackers@postgreSQL.org]On Behalf Of Vadim Mikheev
> Sent: Wednesday, December 16, 1998 10:01 PM
> To: hackers@postgreSQL.org
> Subject: [HACKERS] MVCC works in serialized mode!
> 
> 
> 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.

Thanks.

Hiroshi Inoue
Inoue@tpf.co.jp