Re: PGSQL Locking vs. Oracle's MVCC

From: Richard Huxton <dev(at)archonet(dot)com>
To: RPK <rohitprakash123(at)indiatimes(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PGSQL Locking vs. Oracle's MVCC
Date: 2007-02-23 07:40:43
Message-ID: 45DE9A7B.5080303@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

RPK wrote:
> How is PGSQL Locking compared with Oracle's MVCC? How PGSQL handles
> concurreny and how it differs with Oracle's Multi-Version Concurrency
> Control (MVCC)?

The manuals are good for this type of thing:
http://www.postgresql.org/docs/8.2/static/mvcc.html

--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Marek Lewczuk 2007-02-23 08:03:04 Re: Warning "TupleDesc reference leak"
Previous Message Richard Huxton 2007-02-23 07:39:49 Re: Installing PGSQL Client