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