Re: [GENERAL] Re: [PHP3] Re: PostgreSQL vs Mysql comparison

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: The Hermit Hacker <scrappy(at)hub(dot)org>
Cc: randyboy <randyboy(at)whispers(dot)blackmist(dot)org>, Paul DuBois <paul(at)snake(dot)net>, Patrick Greenwell <patrick(at)stealthgeeks(dot)net>, Scott Perkins <2scott(at)bellsouth(dot)net>, mcgarry(at)tig(dot)com(dot)au, MySQL mailing list <mysql(at)lists(dot)mysql(dot)com>, postgresql-general <pgsql-general(at)postgreSQL(dot)org>, "php3(at)lists(dot)php(dot)net" <php3(at)lists(dot)php(dot)net>
Subject: Re: [GENERAL] Re: [PHP3] Re: PostgreSQL vs Mysql comparison
Date: 1999-10-04 02:30:44
Message-ID: 199910040230.WAA07855@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>
> What do/are the MySQL folks using for test data? maybe start off with
> what they are using to time MySQL and then look at how PostgreSQL can do
> it, maybe differently?
>
> Is there somewhere where the MySQL benchmarks can be downloaded from,
> including teh data?
>

Let me address my recollection of that discussion. The basic issue is
that MySQL is somewhat faster because they don't have any
transactions/rollback capability, no user-defined types, and are SQL
built on top of an ISAM-type file with the indexes inbedded in the file,
so to add an index requires rebuilding the table.

Second, the MySQL folks don't mention the features they _don't_ have,
except now they mention they don't have transactions.

The bottom line from my perspective is that the benchmark is really
intended not as a fair comparison, but to make MySQL look good.

This upset me, but the increasing growth of PostgreSQL and the awards we
have won make me suspect that people are smarter than we think, and have
figured out where MySQL is strongest, and where PostgreSQL is strongest.

[I see this is going to MySQL mailing lists, so this may start a
discussion all over again.]

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Perkins 1999-10-04 02:55:46 PostgreSQL vs Mysql comparison
Previous Message The Hermit Hacker 1999-10-04 00:31:14 Re: [PHP3] Re: PostgreSQL vs Mysql comparison