Re: Why is PGSQL better than MySQL - Mailing list pgsql-php

From Jim C. Nasby
Subject Re: Why is PGSQL better than MySQL
Date
Msg-id 20051217003504.GF53809@pervasive.com
Whole thread Raw
In response to Re: Why is PGSQL better than MySQL  ("Pedro B." <pedro.borracha@netcabo.pt>)
List pgsql-php
On Tue, Dec 13, 2005 at 02:24:48AM +0000, Pedro B. wrote:
> On Mon, 2005-12-12 at 20:02 -0600, John Mohr wrote:
> > But does anyone know if there is a quasi-categorical comparison of the
> > two so that I could speak with more conviction other than "I know it's
> > better".
>
> I've been involved in that comparison at work, and after some boring
> theoretical discussions, i once turned to my CTO and said:
>
> "Do a test. On the same machine, do a script that executes 50.000
> inserts, OR any other 50.000 SQL operations you want, and benchmark the
> results".

My personal favorite:

CREATE TABLE s(s smallint);
INSERT INTO s VALUES(99999);
SELECT * FROM t;

Seeing what those 3 lines produce is MySQL is enough to convert 50% of
people on the spot (after you tell them that *every* type in non-strict
MySQL operates that way).
--
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461

pgsql-php by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: Why is PGSQL better than MySQL
Next
From: ivan valadares
Date:
Subject: Postgresql backup and restore php script