Re: fairly current mysql v postgresql comparison need for - Mailing list pgsql-general

From scott.marlowe
Subject Re: fairly current mysql v postgresql comparison need for
Date
Msg-id Pine.LNX.4.33.0303241122590.23224-100000@css120.ihs.com
Whole thread Raw
In response to fairly current mysql v postgresql comparison need for advocacy  (merlyn@stonehenge.com (Randal L. Schwartz))
List pgsql-general
On 24 Mar 2003, Randal L. Schwartz wrote:

>
> I'm getting beaten up by the mysql users around me because they claim
> that MySQL 4.x with InnoDB solves all of the ACID problems, so Pg no
> longer pulls clearly ahead.
>
> Has anyone examined this closely so that I have some nice things to
> say about Pg instead?
>
> Also, has anyone done a MySQL 4.x v Pg 7.{2,3}.x comparison recently?
> All of the comparisons I saw in google were older.

Try this one:

Setup a postgresql database.  Make sure fsync is on (the default.)
Make sure you're using a journaling file system, like ext3 or xfs for your
data.
Initiate 100 simultaneous transactions (pgbench works well for this.)

Pull the plug while they are running.  Turn your machine back on.  Check
the consistency of your database.  It should be ok after recovery.

Do the same to MySQL.

Repeat the above tests over and over.  Contrast and compare.


pgsql-general by date:

Previous
From: "scott.marlowe"
Date:
Subject: Re: fairly current mysql v postgresql comparison need for
Next
From: Joe Conway
Date:
Subject: Re: Cross Database Shared Tables?