Re: PostgreSQL vs. MySQL: fight

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: "Jonah H(dot) Harris" <jonah(dot)harris(at)gmail(dot)com>
Cc: Jeff Davis <pgsql(at)j-davis(dot)com>, "Decibel!" <decibel(at)decibel(dot)org>, Lukas Kahwe Smith <smith(at)pooteeweet(dot)org>, Greg Smith <gsmith(at)gregsmith(dot)com>, pgsql-advocacy(at)postgresql(dot)org
Subject: Re: PostgreSQL vs. MySQL: fight
Date: 2007-08-11 03:34:56
Message-ID: 46BD2E60.4010506@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jonah H. Harris wrote:
> On 8/10/07, Jeff Davis <pgsql(at)j-davis(dot)com> wrote:
>> Is there a document explaining more of the differences between the
>> postgresql MVCC model and something closer to InnoDB or Oracle, where it
>> has rollback segments? I'm interested in the design tradeoffs between
>> the two ideas.
>
> Not really, but the best reference is Transactional Information
> Systems: Theory, Algorithms, and the Practice of Concurrency Control
> by Weikum & Vossen.

I have this book. It is a very good book. It can also make your brain hurt.

Joshua D. Drake

> PostgreSQL uses multi-version timestamp ordering
> (MVTO) and Oracle/InnoDB use multi-version read consistency (MVRC).
> The main difference is that PostgreSQL is with-REDO/no-UNDO because it
> stores every row version in the main table, and Oracle/InnoDB are
> with-REDO/with-UNDO and they reconstruct a block and/or row image from
> the log to provide read consistency.
>

- --

=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 24x7/Emergency: +1.800.492.2240
PostgreSQL solutions since 1997 http://www.commandprompt.com/
UNIQUE NOT NULL
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL Replication: http://www.commandprompt.com/products/

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGvS5gATb/zqfZUUQRAnuzAKClGrTcks1twLjFiwvyQ9vXFKZw0ACgkbWy
YXbtLNMkQPM2ZtVxj7MmnKc=
=53cN
-----END PGP SIGNATURE-----

In response to

Browse pgsql-advocacy by date

  From Date Subject
Next Message Greg Smith 2007-08-11 17:59:02 Re: PostgreSQL vs. MySQL: fight
Previous Message Jonah H. Harris 2007-08-11 03:17:53 Re: PostgreSQL vs. MySQL: fight