Re: PGSQL Locking vs. Oracle's MVCC - Mailing list pgsql-general

From Joshua D. Drake
Subject Re: PGSQL Locking vs. Oracle's MVCC
Date
Msg-id 45DF176B.6050402@commandprompt.com
Whole thread Raw
In response to PGSQL Locking vs. Oracle's MVCC  (RPK <rohitprakash123@indiatimes.com>)
List 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)?

PostgreSQL uses MVCC.

http://www.postgresql.org/docs/8.2/static/mvcc.html


Joshua D. Drake



--

      === The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive  PostgreSQL solutions since 1997
             http://www.commandprompt.com/

Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL Replication: http://www.commandprompt.com/products/


pgsql-general by date:

Previous
From: Richard Troy
Date:
Subject: Re: Writing oracle/postgress generic SQL
Next
From: Tommy Gildseth
Date:
Subject: Re: postgresql vs mysql